#5A160D

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

Shades of Red Oxide #5A160D

Tints of Red Oxide #5A160D

Color information

#5A160D (or 0x5A160D) is unknown color: approx Red Oxide. HEX triplet: 5A, 16 and 0D. RGB value is (90,22,13). Sum of RGB (Red+Green+Blue) = 90+22+13=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A160D is #A5E9F2. Grayscale: #292929. Windows color (decimal): -10873331 or 857690. OLE color: 857690.

HSL color Cylindrical-coordinate representation of color #5A160D: hue angle of 7.01º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A160D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB902213-
CMYK00.760.860.65
HSL7.01º74.76%20.2%-
HSV(B)7.01º85.56%35.29%-
XYZ4.582.780.68-
YUV41.31112.03162.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=72%
G=17.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90221300.760.860.657.0174.7620.2
Hex5A16D04C564174b14
Octal13226150114126101711324
Binary10110101011011010100110010101101000001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,13); }

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

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

 a { background-color: rgb(90,22,13); }

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

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

 span { border-color: rgb(90,22,13); }

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