#590E12

Color #590E12 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #590E12

Tints of Burnt Crimson #590E12

Color information

#590E12 (or 0x590E12) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0E and 12. RGB value is (89,14,18). Sum of RGB (Red+Green+Blue) = 89+14+18=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E12 is #A6F1ED. Grayscale: #242424. Windows color (decimal): -10940910 or 1183321. OLE color: 1183321.

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

Color convert

RGB891418-
CMYK00.840.800.65
HSL356.8º72.82%20.2%-
HSV(B)356.8º84.27%34.9%-
XYZ4.392.480.82-
YUV36.88117.35165.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=73.55%
G=11.57%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89141800.840.800.65356.872.8220.2
Hex59E1205450411654914
Octal1311622012412010154511124
Binary10110011110100100101010010100001000001101100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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