Html Css Color HEX #501000 Red Oxide

📋 copy color: '#501000'

red 80 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #501000

Tints of Red Oxide #501000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501000 (or 0x501000) is known color: Red Oxide. HEX triplet: 50, 10 and 00. RGB value is (80,16,0). Sum of RGB (Red+Green+Blue) = 80+16+0=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #501000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501000 is #AFEFFF. Grayscale: #212121. Windows color (decimal): -11530240 or 4176. OLE color: 4176.

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

Color convert

RGB 80 16 0 -
CMYK 0 0.80 1 0.69
HSL 12º 1% 0.16% -
HSV(B) 12º 1% 0.31% -
XYZ 3.49 2.08 0.22 -
YUV 33.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 80 16 0 0 0.80 1 0.69 12 1 0.16
Hex 50 10 0 0 50 64 45 C 64 10
Octal 120 20 0 0 120 144 105 14 144 20
Binary 1010000 10000 0 0 1010000 1100100 1000101 1100 1100100 10000

Color Harmonies of #501000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501000

Black with #501000

Text Example


Text Example

White with #501000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501000; }

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

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

background-color css

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

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

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

border-color css

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

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

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