#590B01

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

Shades of Red Oxide #590B01

Tints of Red Oxide #590B01

Color information

#590B01 (or 0x590B01) is unknown color: approx Red Oxide. HEX triplet: 59, 0B and 01. RGB value is (89,11,1). Sum of RGB (Red+Green+Blue) = 89+11+1=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B01 is #A6F4FE. Grayscale: #212121. Windows color (decimal): -10941695 or 68441. OLE color: 68441.

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

Color convert

RGB89111-
CMYK00.880.990.65
HSL6.82º97.78%17.65%-
HSV(B)6.82º98.88%34.9%-
XYZ4.242.370.26-
YUV33.18109.84167.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 88.12%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=88.12%
G=10.89%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911100.880.990.656.8297.7817.65
Hex59B1058634176212
Octal1311310130143101714222
Binary1011001101110101100011000111000001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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