Html Css Color HEX #501912 Red Oxide

📋 copy color: '#501912'

red 80 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #501912

Tints of Red Oxide #501912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

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

R = 65.04%
G = 20.33%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501912 (or 0x501912) is known color: Red Oxide. HEX triplet: 50, 19 and 12. RGB value is (80,25,18). Sum of RGB (Red+Green+Blue) = 80+25+18=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501912 is #AFE6ED. Grayscale: #282828. Windows color (decimal): -11527918 or 1186128. OLE color: 1186128.

HSL color Cylindrical-coordinate representation of color #501912: hue angle of 6.77º 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 #501912 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 18 -
CMYK 0 0.69 0.78 0.69
HSL 6.77º 0.63% 0.19% -
HSV(B) 6.77º 0.78% 0.31% -
XYZ 3.77 2.44 0.85 -
YUV 40.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 80 25 18 0 0.69 0.78 0.69 6.77 0.63 0.19
Hex 50 19 12 0 45 4E 45 7 3F 13
Octal 120 31 22 0 105 116 105 7 77 23
Binary 1010000 11001 10010 0 1000101 1001110 1000101 111 111111 10011

Color Harmonies of #501912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501912

Black with #501912

Text Example


Text Example

White with #501912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501912; }

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

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

background-color css

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

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

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

border-color css

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

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

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