Html Css Color HEX #550008 Rustic Red

📋 copy color: '#550008'

red 85 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #550008

Tints of Rustic Red #550008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 91.4%
G = 0%
B = 8.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#550008 (or 0x550008) is known color: Rustic Red. HEX triplet: 55, 00 and 08. RGB value is (85,0,8). Sum of RGB (Red+Green+Blue) = 85+0+8=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550008 is #AAFFF7. Grayscale: #1A1A1A. Windows color (decimal): -11206648 or 524373. OLE color: 524373.

HSL color Cylindrical-coordinate representation of color #550008: hue angle of 354.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550008 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 8 -
CMYK 0 1 0.91 0.67
HSL 354.35º 1% 0.17% -
HSV(B) 354.35º 1% 0.33% -
XYZ 3.79 1.95 0.41 -
YUV 26.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 85 0 8 0 1 0.91 0.67 354.35 1 0.17
Hex 55 0 8 0 64 5B 43 162 64 11
Octal 125 0 10 0 144 133 103 542 144 21
Binary 1010101 0 1000 0 1100100 1011011 1000011 101100010 1100100 10001

Color Harmonies of #550008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550008

Black with #550008

Text Example


Text Example

White with #550008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550008; }

 p { color: rgb(85,0,8); }

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

background-color css

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

 a { background-color: rgb(85,0,8); }

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

border-color css

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

 span { border-color: rgb(85,0,8); }

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