Html Css Color HEX #54120F Red Oxide

📋 copy color: '#54120F'

red 84 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #54120F

Tints of Red Oxide #54120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 71.79%
G = 15.38%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54120F (or 0x54120F) is known color: Red Oxide. HEX triplet: 54, 12 and 0F. RGB value is (84,18,15). Sum of RGB (Red+Green+Blue) = 84+18+15=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54120F is #ABEDF0. Grayscale: #252525. Windows color (decimal): -11267569 or 987732. OLE color: 987732.

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

Color convert

RGB 84 18 15 -
CMYK 0 0.79 0.82 0.67
HSL 2.61º 0.7% 0.19% -
HSV(B) 2.61º 0.82% 0.33% -
XYZ 3.96 2.35 0.7 -
YUV 37.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 84 18 15 0 0.79 0.82 0.67 2.61 0.7 0.19
Hex 54 12 F 0 4F 52 43 3 46 13
Octal 124 22 17 0 117 122 103 3 106 23
Binary 1010100 10010 1111 0 1001111 1010010 1000011 11 1000110 10011

Color Harmonies of #54120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54120F

Black with #54120F

Text Example


Text Example

White with #54120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54120F;
 }
 .AnyTagClassName
 {
   color: #54120F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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