Html Css Color HEX #501003 Red Oxide

📋 copy color: '#501003'

red 80 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #501003

Tints of Red Oxide #501003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 80.81%
G = 16.16%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#501003 (or 0x501003) is known color: Red Oxide. HEX triplet: 50, 10 and 03. RGB value is (80,16,3). Sum of RGB (Red+Green+Blue) = 80+16+3=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #501003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501003 is #AFEFFC. Grayscale: #212121. Windows color (decimal): -11530237 or 200784. OLE color: 200784.

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

Color convert

RGB 80 16 3 -
CMYK 0 0.80 0.96 0.69
HSL 10.13º 0.93% 0.16% -
HSV(B) 10.13º 0.96% 0.31% -
XYZ 3.51 2.08 0.3 -
YUV 33.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 80 16 3 0 0.80 0.96 0.69 10.13 0.93 0.16
Hex 50 10 3 0 50 60 45 A 5D 10
Octal 120 20 3 0 120 140 105 12 135 20
Binary 1010000 10000 11 0 1010000 1100000 1000101 1010 1011101 10000

Color Harmonies of #501003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501003

Black with #501003

Text Example


Text Example

White with #501003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501003; }

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

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

background-color css

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

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

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

border-color css

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

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

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