Html Css Color HEX #54130C Red Oxide

📋 copy color: '#54130C'

red 84 ◦ green 19 ◦ blue 12

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

Shades of Red Oxide #54130C

Tints of Red Oxide #54130C

RGB

 RED value IS 84 (33.2% from 255) = 73.04%

 GREEN value IS 19 (7.81% from 255) = 16.52%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 73.04%
G = 16.52%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54130C (or 0x54130C) is known color: Red Oxide. HEX triplet: 54, 13 and 0C. RGB value is (84,19,12). Sum of RGB (Red+Green+Blue) = 84+19+12=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54130C is #ABECF3. Grayscale: #252525. Windows color (decimal): -11267316 or 791380. OLE color: 791380.

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

Color convert

RGB 84 19 12 -
CMYK 0 0.77 0.86 0.67
HSL 5.83º 0.75% 0.19% -
HSV(B) 5.83º 0.86% 0.33% -
XYZ 3.96 2.38 0.6 -
YUV 37.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 84 19 12 0 0.77 0.86 0.67 5.83 0.75 0.19
Hex 54 13 C 0 4D 56 43 6 4B 13
Octal 124 23 14 0 115 126 103 6 113 23
Binary 1010100 10011 1100 0 1001101 1010110 1000011 110 1001011 10011

Color Harmonies of #54130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54130C

Black with #54130C

Text Example


Text Example

White with #54130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54130C;
 }
 .AnyTagClassName
 {
   color: #54130C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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