Html Css Color HEX #591002 Red Oxide

📋 copy color: '#591002'

red 89 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #591002

Tints of Red Oxide #591002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 83.18%
G = 14.95%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#591002 (or 0x591002) is known color: Red Oxide. HEX triplet: 59, 10 and 02. RGB value is (89,16,2). Sum of RGB (Red+Green+Blue) = 89+16+2=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #591002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591002 is #A6EFFD. Grayscale: #242424. Windows color (decimal): -10940414 or 135257. OLE color: 135257.

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

Color convert

RGB 89 16 2 -
CMYK 0 0.82 0.98 0.65
HSL 9.66º 0.96% 0.18% -
HSV(B) 9.66º 0.98% 0.35% -
XYZ 4.32 2.5 0.31 -
YUV 36.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 89 16 2 0 0.82 0.98 0.65 9.66 0.96 0.18
Hex 59 10 2 0 52 62 41 A 60 12
Octal 131 20 2 0 122 142 101 12 140 22
Binary 1011001 10000 10 0 1010010 1100010 1000001 1010 1100000 10010

Color Harmonies of #591002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591002

Black with #591002

Text Example


Text Example

White with #591002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591002; }

 p { color: rgb(89,16,2); }

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

background-color css

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

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

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

border-color css

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

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

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