Html Css Color HEX #590B03 Red Oxide

📋 copy color: '#590B03'

red 89 ◦ green 11 ◦ blue 3

#590B03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #590B03

Tints of Red Oxide #590B03

RGB

 RED value IS 89 (35.16% from 255) = 86.41%

 GREEN value IS 11 (4.69% from 255) = 10.68%

 BLUE value IS 3 (1.56% from 255) = 2.91%

R = 86.41%
G = 10.68%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#590B03 (or 0x590B03) is known color: Red Oxide. HEX triplet: 59, 0B and 03. RGB value is (89,11,3). Sum of RGB (Red+Green+Blue) = 89+11+3=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #590B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B03 is #A6F4FC. Grayscale: #212121. Windows color (decimal): -10941693 or 199513. OLE color: 199513.

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

Color convert

RGB 89 11 3 -
CMYK 0 0.88 0.97 0.65
HSL 5.58º 0.93% 0.18% -
HSV(B) 5.58º 0.97% 0.35% -
XYZ 4.26 2.37 0.32 -
YUV 33.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 89 11 3 0 0.88 0.97 0.65 5.58 0.93 0.18
Hex 59 B 3 0 58 61 41 6 5D 12
Octal 131 13 3 0 130 141 101 6 135 22
Binary 1011001 1011 11 0 1011000 1100001 1000001 110 1011101 10010

Color Harmonies of #590B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B03

Black with #590B03

Text Example


Text Example

White with #590B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #590B03;
 }
 .AnyTagClassName
 {
   color: #590B03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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