Html Css Color HEX #501005 Red Oxide

📋 copy color: '#501005'

red 80 ◦ green 16 ◦ blue 5

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

Shades of Red Oxide #501005

Tints of Red Oxide #501005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.84%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 79.21%
G = 15.84%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501005 (or 0x501005) is known color: Red Oxide. HEX triplet: 50, 10 and 05. RGB value is (80,16,5). Sum of RGB (Red+Green+Blue) = 80+16+5=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #501005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501005 is #AFEFFA. Grayscale: #212121. Windows color (decimal): -11530235 or 331856. OLE color: 331856.

HSL color Cylindrical-coordinate representation of color #501005: hue angle of 8.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501005 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 5 -
CMYK 0 0.80 0.94 0.69
HSL 8.8º 0.88% 0.17% -
HSV(B) 8.8º 0.94% 0.31% -
XYZ 3.52 2.09 0.36 -
YUV 33.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 80 16 5 0 0.80 0.94 0.69 8.8 0.88 0.17
Hex 50 10 5 0 50 5E 45 9 58 11
Octal 120 20 5 0 120 136 105 11 130 21
Binary 1010000 10000 101 0 1010000 1011110 1000101 1001 1011000 10001

Color Harmonies of #501005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501005

Black with #501005

Text Example


Text Example

White with #501005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501005; }

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

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

background-color css

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

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

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

border-color css

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

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

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