#54120C

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

Shades of Red Oxide #54120C

Tints of Red Oxide #54120C

Color information

#54120C (or 0x54120C) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 0C. RGB value is (84,18,12). Sum of RGB (Red+Green+Blue) = 84+18+12=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #54120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54120C is #ABEDF3. Grayscale: #252525. Windows color (decimal): -11267572 or 791124. OLE color: 791124.

HSL color Cylindrical-coordinate representation of color #54120C: hue angle of 5º 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 #54120C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB841812-
CMYK00.790.860.67
HSL75%18.82%-
HSV(B)85.71%32.94%-
XYZ3.942.340.59-
YUV37.05113.87161.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=73.68%
G=15.79%
B=10.53%

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
Decimal84181200.790.860.6757518.82
Hex5412C04F564354b13
Octal12422140117126103511323
Binary10101001001011000100111110101101000011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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