#5A1C15

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

Shades of Red Oxide #5A1C15

Tints of Red Oxide #5A1C15

Color information

#5A1C15 (or 0x5A1C15) is unknown color: approx Red Oxide. HEX triplet: 5A, 1C and 15. RGB value is (90,28,21). Sum of RGB (Red+Green+Blue) = 90+28+21=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1C15 is #A5E3EA. Grayscale: #2D2D2D. Windows color (decimal): -10871787 or 1383514. OLE color: 1383514.

HSL color Cylindrical-coordinate representation of color #5A1C15: hue angle of 6.09º 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 #5A1C15 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB902821-
CMYK00.690.770.65
HSL6.09º62.16%21.76%-
HSV(B)6.09º76.67%35.29%-
XYZ4.773.061.05-
YUV45.74114.04159.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.75%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=64.75%
G=20.14%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90282100.690.770.656.0962.1621.76
Hex5A1C150454D4163e16
Octal1323425010511510167626
Binary10110101110010101010001011001101100000111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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