#54120B

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

Shades of Red Oxide #54120B

Tints of Red Oxide #54120B

Color information

#54120B (or 0x54120B) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 0B. RGB value is (84,18,11). Sum of RGB (Red+Green+Blue) = 84+18+11=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #54120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54120B is #ABEDF4. Grayscale: #252525. Windows color (decimal): -11267573 or 725588. OLE color: 725588.

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

Color convert

RGB841811-
CMYK00.790.870.67
HSL5.75º76.84%18.63%-
HSV(B)5.75º86.9%32.94%-
XYZ3.932.340.56-
YUV36.94113.37161.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 74.34%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=74.34%
G=15.93%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181100.790.870.675.7576.8418.63
Hex5412B04F574364d13
Octal12422130117127103611523
Binary10101001001010110100111110101111000011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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