Html Css Color HEX #501812 Red Oxide

📋 copy color: '#501812'

red 80 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #501812

Tints of Red Oxide #501812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

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

R = 65.57%
G = 19.67%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501812 (or 0x501812) is known color: Red Oxide. HEX triplet: 50, 18 and 12. RGB value is (80,24,18). Sum of RGB (Red+Green+Blue) = 80+24+18=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501812 is #AFE7ED. Grayscale: #282828. Windows color (decimal): -11528174 or 1185872. OLE color: 1185872.

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

Color convert

RGB 80 24 18 -
CMYK 0 0.70 0.78 0.69
HSL 5.81º 0.63% 0.19% -
HSV(B) 5.81º 0.78% 0.31% -
XYZ 3.74 2.4 0.84 -
YUV 40.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 80 24 18 0 0.70 0.78 0.69 5.81 0.63 0.19
Hex 50 18 12 0 46 4E 45 6 3F 13
Octal 120 30 22 0 106 116 105 6 77 23
Binary 1010000 11000 10010 0 1000110 1001110 1000101 110 111111 10011

Color Harmonies of #501812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501812

Black with #501812

Text Example


Text Example

White with #501812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501812; }

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

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

background-color css

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

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

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

border-color css

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

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

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