#500A09

Color #500A09 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #500A09

Tints of Red Oxide #500A09

Color information

#500A09 (or 0x500A09) is unknown color: approx Red Oxide. HEX triplet: 50, 0A and 09. RGB value is (80,10,9). Sum of RGB (Red+Green+Blue) = 80+10+9=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A09 is #AFF5F6. Grayscale: #1E1E1E. Windows color (decimal): -11531767 or 592464. OLE color: 592464.

HSL color Cylindrical-coordinate representation of color #500A09: hue angle of 0.85º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500A09 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80109-
CMYK00.870.890.69
HSL0.85º79.78%17.45%-
HSV(B)0.85º88.75%31.37%-
XYZ3.471.940.45-
YUV30.82115.69163.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=80.81%
G=10.10%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8010900.870.890.690.8579.7817.45
Hex50A9057594515011
Octal12012110127131105112021
Binary10100001010100101010111101100110001011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A09; }

 p { color: rgb(80,10,9); }

 H1.HeaderClassName
 {
   color: #500A09;
 }
 .AnyTagClassName
 {
   color: #500A09;
 }
</style>
background-color css

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

 a { background-color: rgb(80,10,9); }

 div.DivClassName
 {
   background-color: #500A09;
 }
 .BgClassName
 {
   background-color: #500A09;
 }
</style>
border-color css

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

 span { border-color: rgb(80,10,9); }

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