#5A1815

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

Shades of Red Oxide #5A1815

Tints of Red Oxide #5A1815

Color information

#5A1815 (or 0x5A1815) is unknown color: approx Red Oxide. HEX triplet: 5A, 18 and 15. RGB value is (90,24,21). Sum of RGB (Red+Green+Blue) = 90+24+21=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1815 is #A5E7EA. Grayscale: #2B2B2B. Windows color (decimal): -10872811 or 1382490. OLE color: 1382490.

HSL color Cylindrical-coordinate representation of color #5A1815: hue angle of 2.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1815 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB902421-
CMYK00.730.770.65
HSL2.61º62.16%21.76%-
HSV(B)2.61º76.67%35.29%-
XYZ4.682.881.02-
YUV43.39115.37161.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=66.67%
G=17.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90242100.730.770.652.6162.1621.76
Hex5A18150494D4133e16
Octal1323025011111510137626
Binary1011010110001010101001001100110110000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,21); }

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

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

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

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

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

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

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