Html Css Color HEX #541212 Red Oxide

📋 copy color: '#541212'

red 84 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #541212

Tints of Red Oxide #541212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15%

R = 70%
G = 15%
B = 15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541212 (or 0x541212) is known color: Red Oxide. HEX triplet: 54, 12 and 12. RGB value is (84,18,18). Sum of RGB (Red+Green+Blue) = 84+18+18=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #541212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541212 is #ABEDED. Grayscale: #252525. Windows color (decimal): -11267566 or 1184340. OLE color: 1184340.

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

Color convert

RGB 84 18 18 -
CMYK 0 0.79 0.79 0.67
HSL 0.65% 0.2% -
HSV(B) 0.79% 0.33% -
XYZ 3.98 2.36 0.82 -
YUV 37.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 84 18 18 0 0.79 0.79 0.67 0 0.65 0.2
Hex 54 12 12 0 4F 4F 43 0 41 14
Octal 124 22 22 0 117 117 103 0 101 24
Binary 1010100 10010 10010 0 1001111 1001111 1000011 0 1000001 10100

Color Harmonies of #541212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541212

Black with #541212

Text Example


Text Example

White with #541212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541212; }

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

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

background-color css

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

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

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

border-color css

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

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

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