#5A1912

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

Shades of Red Oxide #5A1912

Tints of Red Oxide #5A1912

Color information

#5A1912 (or 0x5A1912) is unknown color: approx Red Oxide. HEX triplet: 5A, 19 and 12. RGB value is (90,25,18). Sum of RGB (Red+Green+Blue) = 90+25+18=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1912 is #A5E6ED. Grayscale: #2B2B2B. Windows color (decimal): -10872558 or 1186138. OLE color: 1186138.

HSL color Cylindrical-coordinate representation of color #5A1912: hue angle of 5.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1912 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB902518-
CMYK00.720.800.65
HSL5.83º66.67%21.18%-
HSV(B)5.83º80%35.29%-
XYZ4.672.910.89-
YUV43.64113.53161.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 67.67%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=67.67%
G=18.80%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90251800.720.800.655.8366.6721.18
Hex5A1912048504164315
Octal13231220110120101610325
Binary101101011001100100100100010100001000001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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