Html Css Color HEX #501210 Red Oxide

📋 copy color: '#501210'

red 80 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #501210

Tints of Red Oxide #501210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 70.18%
G = 15.79%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#501210 (or 0x501210) is known color: Red Oxide. HEX triplet: 50, 12 and 10. RGB value is (80,18,16). Sum of RGB (Red+Green+Blue) = 80+18+16=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501210 is #AFEDEF. Grayscale: #242424. Windows color (decimal): -11529712 or 1053264. OLE color: 1053264.

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

Color convert

RGB 80 18 16 -
CMYK 0 0.78 0.80 0.69
HSL 1.88º 0.67% 0.19% -
HSV(B) 1.88º 0.8% 0.31% -
XYZ 3.62 2.18 0.72 -
YUV 36.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 80 18 16 0 0.78 0.80 0.69 1.88 0.67 0.19
Hex 50 12 10 0 4E 50 45 2 43 13
Octal 120 22 20 0 116 120 105 2 103 23
Binary 1010000 10010 10000 0 1001110 1010000 1000101 10 1000011 10011

Color Harmonies of #501210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501210

Black with #501210

Text Example


Text Example

White with #501210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501210; }

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

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

background-color css

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

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

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

border-color css

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

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

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