#5A1205

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

Shades of Red Oxide #5A1205

Tints of Red Oxide #5A1205

Color information

#5A1205 (or 0x5A1205) is unknown color: approx Red Oxide. HEX triplet: 5A, 12 and 05. RGB value is (90,18,5). Sum of RGB (Red+Green+Blue) = 90+18+5=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1205 is #A5EDFA. Grayscale: #262626. Windows color (decimal): -10874363 or 332378. OLE color: 332378.

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

Color convert

RGB90185-
CMYK00.800.940.65
HSL9.18º89.47%18.63%-
HSV(B)9.18º94.44%35.29%-
XYZ4.462.620.41-
YUV38.05109.35165.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 79.65%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=79.65%
G=15.93%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9018500.800.940.659.1889.4718.63
Hex5A1250505E4195913
Octal13222501201361011113123
Binary10110101001010101010000101111010000011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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