Html Css Color HEX #501206 Red Oxide

📋 copy color: '#501206'

red 80 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #501206

Tints of Red Oxide #501206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.77%

R = 76.92%
G = 17.31%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#501206 (or 0x501206) is known color: Red Oxide. HEX triplet: 50, 12 and 06. RGB value is (80,18,6). Sum of RGB (Red+Green+Blue) = 80+18+6=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501206 is #AFEDF9. Grayscale: #232323. Windows color (decimal): -11529722 or 397904. OLE color: 397904.

HSL color Cylindrical-coordinate representation of color #501206: hue angle of 9.73º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501206 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 6 -
CMYK 0 0.78 0.92 0.69
HSL 9.73º 0.86% 0.17% -
HSV(B) 9.73º 0.93% 0.31% -
XYZ 3.56 2.15 0.4 -
YUV 35.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 80 18 6 0 0.78 0.92 0.69 9.73 0.86 0.17
Hex 50 12 6 0 4E 5C 45 A 56 11
Octal 120 22 6 0 116 134 105 12 126 21
Binary 1010000 10010 110 0 1001110 1011100 1000101 1010 1010110 10001

Color Harmonies of #501206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501206

Black with #501206

Text Example


Text Example

White with #501206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501206; }

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

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

background-color css

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

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

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

border-color css

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

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

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