#500D0D

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

Shades of Red Oxide #500D0D

Tints of Red Oxide #500D0D

Color information

#500D0D (or 0x500D0D) is unknown color: approx Red Oxide. HEX triplet: 50, 0D and 0D. RGB value is (80,13,13). Sum of RGB (Red+Green+Blue) = 80+13+13=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D0D is #AFF2F2. Grayscale: #212121. Windows color (decimal): -11530995 or 855376. OLE color: 855376.

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

Color convert

RGB801313-
CMYK00.840.840.69
HSL72.04%18.24%-
HSV(B)83.75%31.37%-
XYZ3.522.020.59-
YUV33.03116.7161.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=75.47%
G=12.26%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80131300.840.840.69072.0418.24
Hex50DD054544504812
Octal12015150124124105011022
Binary10100001101110101010100101010010001010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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