Html Css Color HEX #501412 Red Oxide

📋 copy color: '#501412'

red 80 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #501412

Tints of Red Oxide #501412

RGB

 RED value IS 80 (31.64% from 255) = 67.8%

 GREEN value IS 20 (8.2% from 255) = 16.95%

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

R = 67.8%
G = 16.95%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501412 (or 0x501412) is known color: Red Oxide. HEX triplet: 50, 14 and 12. RGB value is (80,20,18). Sum of RGB (Red+Green+Blue) = 80+20+18=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501412 is #AFEBED. Grayscale: #252525. Windows color (decimal): -11529198 or 1184848. OLE color: 1184848.

HSL color Cylindrical-coordinate representation of color #501412: hue angle of 1.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501412 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 18 -
CMYK 0 0.75 0.78 0.69
HSL 1.94º 0.63% 0.19% -
HSV(B) 1.94º 0.78% 0.31% -
XYZ 3.67 2.25 0.81 -
YUV 37.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 80 20 18 0 0.75 0.78 0.69 1.94 0.63 0.19
Hex 50 14 12 0 4B 4E 45 2 3F 13
Octal 120 24 22 0 113 116 105 2 77 23
Binary 1010000 10100 10010 0 1001011 1001110 1000101 10 111111 10011

Color Harmonies of #501412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501412

Black with #501412

Text Example


Text Example

White with #501412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501412; }

 p { color: rgb(80,20,18); }

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

background-color css

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

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

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

border-color css

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

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

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