#590C12

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

Shades of Burnt Crimson #590C12

Tints of Burnt Crimson #590C12

Color information

#590C12 (or 0x590C12) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0C and 12. RGB value is (89,12,18). Sum of RGB (Red+Green+Blue) = 89+12+18=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #590C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C12 is #A6F3ED. Grayscale: #232323. Windows color (decimal): -10941422 or 1182809. OLE color: 1182809.

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

Color convert

RGB891218-
CMYK00.870.800.65
HSL355.32º76.24%19.8%-
HSV(B)355.32º86.52%34.9%-
XYZ4.362.430.81-
YUV35.71118.01166.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.79%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=74.79%
G=10.08%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89121800.870.800.65355.3276.2419.8
Hex59C1205750411634c14
Octal1311422012712010154311424
Binary10110011100100100101011110100001000001101100011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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