Html Css Color HEX #590303 Red Oxide

📋 copy color: '#590303'

red 89 ◦ green 3 ◦ blue 3

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

Shades of Red Oxide #590303

Tints of Red Oxide #590303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

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

R = 93.68%
G = 3.16%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#590303 (or 0x590303) is known color: Red Oxide. HEX triplet: 59, 03 and 03. RGB value is (89,3,3). Sum of RGB (Red+Green+Blue) = 89+3+3=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590303 is #A6FCFC. Grayscale: #1C1C1C. Windows color (decimal): -10943741 or 197465. OLE color: 197465.

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

Color convert

RGB 89 3 3 -
CMYK 0 0.97 0.97 0.65
HSL 0.93% 0.18% -
HSV(B) 0.97% 0.35% -
XYZ 4.17 2.2 0.29 -
YUV 28.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 89 3 3 0 0.97 0.97 0.65 0 0.93 0.18
Hex 59 3 3 0 61 61 41 0 5D 12
Octal 131 3 3 0 141 141 101 0 135 22
Binary 1011001 11 11 0 1100001 1100001 1000001 0 1011101 10010

Color Harmonies of #590303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590303

Black with #590303

Text Example


Text Example

White with #590303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590303; }

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

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

background-color css

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

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

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

border-color css

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

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

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