#5A1405

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

Shades of Red Oxide #5A1405

Tints of Red Oxide #5A1405

Color information

#5A1405 (or 0x5A1405) is unknown color: approx Red Oxide. HEX triplet: 5A, 14 and 05. RGB value is (90,20,5). Sum of RGB (Red+Green+Blue) = 90+20+5=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1405 is #A5EBFA. Grayscale: #272727. Windows color (decimal): -10873851 or 332890. OLE color: 332890.

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

Color convert

RGB90205-
CMYK00.780.940.65
HSL10.59º89.47%18.63%-
HSV(B)10.59º94.44%35.29%-
XYZ4.492.680.42-
YUV39.22108.69164.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 78.26%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9020500.780.940.6510.5989.4718.63
Hex5A14504E5E41b5913
Octal13224501161361011313123
Binary10110101010010101001110101111010000011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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