#55120C

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

Shades of Red Oxide #55120C

Tints of Red Oxide #55120C

Color information

#55120C (or 0x55120C) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 0C. RGB value is (85,18,12). Sum of RGB (Red+Green+Blue) = 85+18+12=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55120C is #AAEDF3. Grayscale: #252525. Windows color (decimal): -11202036 or 791125. OLE color: 791125.

HSL color Cylindrical-coordinate representation of color #55120C: hue angle of 4.93º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55120C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB851812-
CMYK00.790.860.67
HSL4.93º75.26%19.02%-
HSV(B)4.93º85.88%33.33%-
XYZ4.032.390.6-
YUV37.35113.7161.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.91%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=73.91%
G=15.65%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85181200.790.860.674.9375.2619.02
Hex5512C04F564354b13
Octal12522140117126103511323
Binary10101011001011000100111110101101000011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55120C; }

 p { color: rgb(85,18,12); }

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

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

 a { background-color: rgb(85,18,12); }

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

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

 span { border-color: rgb(85,18,12); }

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