Html Css Color HEX #590E0C Red Oxide

📋 copy color: '#590E0C'

red 89 ◦ green 14 ◦ blue 12

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

Shades of Red Oxide #590E0C

Tints of Red Oxide #590E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.17%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 77.39%
G = 12.17%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#590E0C (or 0x590E0C) is known color: Red Oxide. HEX triplet: 59, 0E and 0C. RGB value is (89,14,12). Sum of RGB (Red+Green+Blue) = 89+14+12=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E0C is #A6F1F3. Grayscale: #242424. Windows color (decimal): -10940916 or 790105. OLE color: 790105.

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

Color convert

RGB 89 14 12 -
CMYK 0 0.84 0.87 0.65
HSL 1.56º 0.76% 0.2% -
HSV(B) 1.56º 0.87% 0.35% -
XYZ 4.34 2.46 0.59 -
YUV 36.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 89 14 12 0 0.84 0.87 0.65 1.56 0.76 0.2
Hex 59 E C 0 54 57 41 2 4C 14
Octal 131 16 14 0 124 127 101 2 114 24
Binary 1011001 1110 1100 0 1010100 1010111 1000001 10 1001100 10100

Color Harmonies of #590E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E0C

Black with #590E0C

Text Example


Text Example

White with #590E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,14,12); }

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

background-color css

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

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

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

border-color css

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

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

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