#5A1905

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

Shades of Red Oxide #5A1905

Tints of Red Oxide #5A1905

Color information

#5A1905 (or 0x5A1905) is unknown color: approx Red Oxide. HEX triplet: 5A, 19 and 05. RGB value is (90,25,5). Sum of RGB (Red+Green+Blue) = 90+25+5=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1905 is #A5E6FA. Grayscale: #2A2A2A. Windows color (decimal): -10872571 or 334170. OLE color: 334170.

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

Color convert

RGB90255-
CMYK00.720.940.65
HSL14.12º89.47%18.63%-
HSV(B)14.12º94.44%35.29%-
XYZ4.592.880.46-
YUV42.16107.03162.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=75%
G=20.83%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9025500.720.940.6514.1289.4718.63
Hex5A1950485E41e5913
Octal13231501101361011613123
Binary10110101100110101001000101111010000011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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