#5A1810

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

Shades of Red Oxide #5A1810

Tints of Red Oxide #5A1810

Color information

#5A1810 (or 0x5A1810) is unknown color: approx Red Oxide. HEX triplet: 5A, 18 and 10. RGB value is (90,24,16). Sum of RGB (Red+Green+Blue) = 90+24+16=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1810 is #A5E7EF. Grayscale: #2A2A2A. Windows color (decimal): -10872816 or 1054810. OLE color: 1054810.

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

Color convert

RGB902416-
CMYK00.730.820.65
HSL6.49º69.81%20.78%-
HSV(B)6.49º82.22%35.29%-
XYZ4.642.860.8-
YUV42.82112.87161.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.23%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=69.23%
G=18.46%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90241600.730.820.656.4969.8120.78
Hex5A1810049524164615
Octal13230200111122101610625
Binary101101011000100000100100110100101000001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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