#590B05

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

Shades of Red Oxide #590B05

Tints of Red Oxide #590B05

Color information

#590B05 (or 0x590B05) is unknown color: approx Red Oxide. HEX triplet: 59, 0B and 05. RGB value is (89,11,5). Sum of RGB (Red+Green+Blue) = 89+11+5=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #590B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B05 is #A6F4FA. Grayscale: #212121. Windows color (decimal): -10941691 or 330585. OLE color: 330585.

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

Color convert

RGB89115-
CMYK00.880.940.65
HSL4.29º89.36%18.43%-
HSV(B)4.29º94.38%34.9%-
XYZ4.272.370.38-
YUV33.64111.84167.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 84.76%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=84.76%
G=10.48%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911500.880.940.654.2989.3618.43
Hex59B50585E4145912
Octal1311350130136101413122
Binary101100110111010101100010111101000001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590B05; }

 p { color: rgb(89,11,5); }

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

<style>
 a { background-color: #590B05; }

 a { background-color: rgb(89,11,5); }

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

<style>
 span { border-color: #590B05; }

 span { border-color: rgb(89,11,5); }

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