#5D1912

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

Shades of Red Oxide #5D1912

Tints of Red Oxide #5D1912

Color information

#5D1912 (or 0x5D1912) is unknown color: approx Red Oxide. HEX triplet: 5D, 19 and 12. RGB value is (93,25,18). Sum of RGB (Red+Green+Blue) = 93+25+18=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1912 is #A2E6ED. Grayscale: #2C2C2C. Windows color (decimal): -10675950 or 1186141. OLE color: 1186141.

HSL color Cylindrical-coordinate representation of color #5D1912: hue angle of 5.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1912 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB932518-
CMYK00.730.810.64
HSL5.6º67.57%21.76%-
HSV(B)5.6º80.65%36.47%-
XYZ4.973.070.9-
YUV44.53113.03162.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 68.38%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=68.38%
G=18.38%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93251800.730.810.645.667.5721.76
Hex5D1912049514064416
Octal13531220111121100610426
Binary101110111001100100100100110100011000000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D1912; }

 p { color: rgb(93,25,18); }

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

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

 a { background-color: rgb(93,25,18); }

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

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

 span { border-color: rgb(93,25,18); }

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