#550008

Color #550008 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #550008

Tints of Rustic Red #550008

Color information

#550008 (or 0x550008) is unknown color: approx 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

RGB8508-
CMYK010.910.67
HSL354.35º100%16.67%-
HSV(B)354.35º100%33.33%-
XYZ3.791.950.41-
YUV26.33117.66169.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 91.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=91.40%
G=0%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8508010.910.67354.3510016.67
Hex55080645B431626411
Octal125010014413310354214421
Binary1010101010000110010010110111000011101100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>