#55120E

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

Shades of Red Oxide #55120E

Tints of Red Oxide #55120E

Color information

#55120E (or 0x55120E) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 0E. RGB value is (85,18,14). Sum of RGB (Red+Green+Blue) = 85+18+14=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55120E is #AAEDF1. Grayscale: #252525. Windows color (decimal): -11202034 or 922197. OLE color: 922197.

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

Color convert

RGB851814-
CMYK00.790.840.67
HSL3.38º71.72%19.41%-
HSV(B)3.38º83.53%33.33%-
XYZ4.042.40.66-
YUV37.58114.7161.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=72.65%
G=15.38%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85181400.790.840.673.3871.7219.41
Hex5512E04F544334813
Octal12522160117124103311023
Binary1010101100101110010011111010100100001111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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