#590B0A

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

Shades of Red Oxide #590B0A

Tints of Red Oxide #590B0A

Color information

#590B0A (or 0x590B0A) is unknown color: approx Red Oxide. HEX triplet: 59, 0B and 0A. RGB value is (89,11,10). Sum of RGB (Red+Green+Blue) = 89+11+10=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B0A is #A6F4F5. Grayscale: #222222. Windows color (decimal): -10941686 or 658265. OLE color: 658265.

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

Color convert

RGB891110-
CMYK00.880.890.65
HSL0.76º79.8%19.41%-
HSV(B)0.76º88.76%34.9%-
XYZ4.292.390.52-
YUV34.21114.34167.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=80.91%
G=10%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89111000.880.890.650.7679.819.41
Hex59BA058594115013
Octal13113120130131101112023
Binary10110011011101001011000101100110000011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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