Html Css Color HEX #501506 Red Oxide

📋 copy color: '#501506'

red 80 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #501506

Tints of Red Oxide #501506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 74.77%
G = 19.63%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#501506 (or 0x501506) is known color: Red Oxide. HEX triplet: 50, 15 and 06. RGB value is (80,21,6). Sum of RGB (Red+Green+Blue) = 80+21+6=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501506 is #AFEAF9. Grayscale: #252525. Windows color (decimal): -11528954 or 398672. OLE color: 398672.

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

Color convert

RGB 80 21 6 -
CMYK 0 0.74 0.92 0.69
HSL 12.16º 0.86% 0.17% -
HSV(B) 12.16º 0.93% 0.31% -
XYZ 3.61 2.25 0.42 -
YUV 36.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 80 21 6 0 0.74 0.92 0.69 12.16 0.86 0.17
Hex 50 15 6 0 4A 5C 45 C 56 11
Octal 120 25 6 0 112 134 105 14 126 21
Binary 1010000 10101 110 0 1001010 1011100 1000101 1100 1010110 10001

Color Harmonies of #501506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501506

Black with #501506

Text Example


Text Example

White with #501506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501506; }

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

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

background-color css

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

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

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

border-color css

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

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

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