#551B18

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

Shades of Red Oxide #551B18

Tints of Red Oxide #551B18

Color information

#551B18 (or 0x551B18) is unknown color: approx Red Oxide. HEX triplet: 55, 1B and 18. RGB value is (85,27,24). Sum of RGB (Red+Green+Blue) = 85+27+24=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B18 is #AAE4E7. Grayscale: #2C2C2C. Windows color (decimal): -11199720 or 1579861. OLE color: 1579861.

HSL color Cylindrical-coordinate representation of color #551B18: hue angle of 2.95º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551B18 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB852724-
CMYK00.680.720.67
HSL2.95º55.96%21.37%-
HSV(B)2.95º71.76%33.33%-
XYZ4.32.781.17-
YUV44116.72157.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=62.5%
G=19.85%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85272400.680.720.672.9555.9621.37
Hex551B18044484333815
Octal1253330010411010337025
Binary1010101110111100001000100100100010000111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B18; }

 p { color: rgb(85,27,24); }

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

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

 a { background-color: rgb(85,27,24); }

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

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

 span { border-color: rgb(85,27,24); }

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