Html Css Color HEX #550507 Rustic Red

📋 copy color: '#550507'

red 85 ◦ green 5 ◦ blue 7

#550507
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #550507

Tints of Rustic Red #550507

RGB

 RED value IS 85 (33.59% from 255) = 87.63%

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 7 (3.13% from 255) = 7.22%

R = 87.63%
G = 5.15%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#550507 (or 0x550507) is known color: Rustic Red. HEX triplet: 55, 05 and 07. RGB value is (85,5,7). Sum of RGB (Red+Green+Blue) = 85+5+7=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550507 is #AAFAF8. Grayscale: #1D1D1D. Windows color (decimal): -11205369 or 460117. OLE color: 460117.

HSL color Cylindrical-coordinate representation of color #550507: hue angle of 358.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550507 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 5 7 -
CMYK 0 0.94 0.92 0.67
HSL 358.5º 0.89% 0.18% -
HSV(B) 358.5º 0.94% 0.33% -
XYZ 3.84 2.06 0.4 -
YUV 29.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 85 5 7 0 0.94 0.92 0.67 358.5 0.89 0.18
Hex 55 5 7 0 5E 5C 43 166 59 12
Octal 125 5 7 0 136 134 103 546 131 22
Binary 1010101 101 111 0 1011110 1011100 1000011 101100110 1011001 10010

Color Harmonies of #550507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550507

Black with #550507

Text Example


Text Example

White with #550507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550507; }

 p { color: rgb(85,5,7); }

 H1.HeaderClassName
 {
   color: #550507;
 }
 .AnyTagClassName
 {
   color: #550507;
 }
</style>

background-color css

<style>
 a { background-color: #550507; }

 a { background-color: rgb(85,5,7); }

 div.DivClassName
 {
   background-color: #550507;
 }
 .BgClassName
 {
   background-color: #550507;
 }
</style>

border-color css

<style>
 span { border-color: #550507; }

 span { border-color: rgb(85,5,7); }

 td.TdClassName
 {
   border-color: #550507;
 }
 .TagClassName
 {
   border-color: #550507;
 }
</style>