#500C02

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

Shades of Red Oxide #500C02

Tints of Red Oxide #500C02

Color information

#500C02 (or 0x500C02) is unknown color: approx Red Oxide. HEX triplet: 50, 0C and 02. RGB value is (80,12,2). Sum of RGB (Red+Green+Blue) = 80+12+2=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C02 is #AFF3FD. Grayscale: #1F1F1F. Windows color (decimal): -11531262 or 134224. OLE color: 134224.

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

Color convert

RGB80122-
CMYK00.850.980.69
HSL7.69º95.12%16.08%-
HSV(B)7.69º97.5%31.37%-
XYZ3.451.970.26-
YUV31.19111.53162.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 85.11%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=85.11%
G=12.77%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012200.850.980.697.6995.1216.08
Hex50C2055624585f10
Octal12014201251421051013720
Binary101000011001001010101110001010001011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,12,2); }

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

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

 a { background-color: rgb(80,12,2); }

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

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

 span { border-color: rgb(80,12,2); }

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