#501818

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

Shades of Red Oxide #501818

Tints of Red Oxide #501818

Color information

#501818 (or 0x501818) is unknown color: approx Red Oxide. HEX triplet: 50, 18 and 18. RGB value is (80,24,24). Sum of RGB (Red+Green+Blue) = 80+24+24=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501818 is #AFE7E7. Grayscale: #282828. Windows color (decimal): -11528168 or 1579088. OLE color: 1579088.

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

Color convert

RGB802424-
CMYK00.700.700.69
HSL53.85%20.39%-
HSV(B)70%31.37%-
XYZ3.82.421.13-
YUV40.74118.55156-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80242400.700.700.69053.8520.39
Hex501818046464503614
Octal1203030010610610506624
Binary101000011000110000100011010001101000101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501818; }

 p { color: rgb(80,24,24); }

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

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

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

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

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

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

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