#5A1110

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

Shades of Red Oxide #5A1110

Tints of Red Oxide #5A1110

Color information

#5A1110 (or 0x5A1110) is unknown color: approx Red Oxide. HEX triplet: 5A, 11 and 10. RGB value is (90,17,16). Sum of RGB (Red+Green+Blue) = 90+17+16=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1110 is #A5EEEF. Grayscale: #262626. Windows color (decimal): -10874608 or 1053018. OLE color: 1053018.

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

Color convert

RGB901716-
CMYK00.810.820.65
HSL0.81º69.81%20.78%-
HSV(B)0.81º82.22%35.29%-
XYZ4.512.610.76-
YUV38.71115.18164.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.17%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=73.17%
G=13.82%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90171600.810.820.650.8169.8120.78
Hex5A1110051524114615
Octal13221200121122101110625
Binary1011010100011000001010001101001010000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,16); }

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

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

 a { background-color: rgb(90,17,16); }

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

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

 span { border-color: rgb(90,17,16); }

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