#55080B

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

Shades of Rustic Red #55080B

Tints of Rustic Red #55080B

Color information

#55080B (or 0x55080B) is unknown color: approx Rustic Red. HEX triplet: 55, 08 and 0B. RGB value is (85,8,11). Sum of RGB (Red+Green+Blue) = 85+8+11=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #55080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080B is #AAF7F4. Grayscale: #1F1F1F. Windows color (decimal): -11204597 or 723029. OLE color: 723029.

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

Color convert

RGB85811-
CMYK00.910.870.67
HSL357.66º82.8%18.24%-
HSV(B)357.66º90.59%33.33%-
XYZ3.892.130.52-
YUV31.36116.51166.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=81.73%
G=7.69%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581100.910.870.67357.6682.818.24
Hex558B05B57431665312
Octal1251013013312710354612322
Binary1010101100010110101101110101111000011101100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55080B; }

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

 H1.HeaderClassName
 {
   color: #55080B;
 }
 .AnyTagClassName
 {
   color: #55080B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55080B;
 }
 .BgClassName
 {
   background-color: #55080B;
 }
</style>
border-color css

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

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

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