#5A1406

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

Shades of Red Oxide #5A1406

Tints of Red Oxide #5A1406

Color information

#5A1406 (or 0x5A1406) is unknown color: approx Red Oxide. HEX triplet: 5A, 14 and 06. RGB value is (90,20,6). Sum of RGB (Red+Green+Blue) = 90+20+6=116 (15% of max value = 765). Red value is 90 (35.55% from 255 or 77.59% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1406 is #A5EBF9. Grayscale: #272727. Windows color (decimal): -10873850 or 398426. OLE color: 398426.

HSL color Cylindrical-coordinate representation of color #5A1406: hue angle of 10º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A1406 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB90206-
CMYK00.780.930.65
HSL10º87.5%18.82%-
HSV(B)10º93.33%35.29%-
XYZ4.52.690.45-
YUV39.33109.19164.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 77.59%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 6 (2.73% from 255) = 5.17%
R=77.59%
G=17.24%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9020600.780.930.651087.518.82
Hex5A14604E5D41a5813
Octal13224601161351011213023
Binary10110101010011001001110101110110000011010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,6); }

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

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

 a { background-color: rgb(90,20,6); }

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

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

 span { border-color: rgb(90,20,6); }

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