Html Css Color HEX #54120C Red Oxide

📋 copy color: '#54120C'

red 84 ◦ green 18 ◦ blue 12

#54120C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #54120C

Tints of Red Oxide #54120C

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54120C (or 0x54120C) is known color: 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

RGB 84 18 12 -
CMYK 0 0.79 0.86 0.67
HSL 0.75% 0.19% -
HSV(B) 0.86% 0.33% -
XYZ 3.94 2.34 0.59 -
YUV 37.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 84 18 12 0 0.79 0.86 0.67 5 0.75 0.19
Hex 54 12 C 0 4F 56 43 5 4B 13
Octal 124 22 14 0 117 126 103 5 113 23
Binary 1010100 10010 1100 0 1001111 1010110 1000011 101 1001011 10011

Color Harmonies of #54120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54120C

Black with #54120C

Text Example


Text Example

White with #54120C

Text Example


Text Example

HTML Codes & Css Web 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>