#54120D

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

Shades of Red Oxide #54120D

Tints of Red Oxide #54120D

Color information

#54120D (or 0x54120D) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 0D. RGB value is (84,18,13). Sum of RGB (Red+Green+Blue) = 84+18+13=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54120D is #ABEDF2. Grayscale: #252525. Windows color (decimal): -11267571 or 856660. OLE color: 856660.

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

Color convert

RGB841813-
CMYK00.790.850.67
HSL4.23º73.2%19.02%-
HSV(B)4.23º84.52%32.94%-
XYZ3.952.350.63-
YUV37.16114.37161.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.04%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=73.04%
G=15.65%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181300.790.850.674.2373.219.02
Hex5412D04F554344913
Octal12422150117125103411123
Binary10101001001011010100111110101011000011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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