Html Css Color HEX #590A0C Burnt Crimson

📋 copy color: '#590A0C'

red 89 ◦ green 10 ◦ blue 12

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

Shades of Burnt Crimson #590A0C

Tints of Burnt Crimson #590A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 80.18%
G = 9.01%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#590A0C (or 0x590A0C) is known color: Burnt Crimson. HEX triplet: 59, 0A and 0C. RGB value is (89,10,12). Sum of RGB (Red+Green+Blue) = 89+10+12=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A0C is #A6F5F3. Grayscale: #212121. Windows color (decimal): -10941940 or 789081. OLE color: 789081.

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

Color convert

RGB 89 10 12 -
CMYK 0 0.89 0.87 0.65
HSL 358.48º 0.8% 0.19% -
HSV(B) 358.48º 0.89% 0.35% -
XYZ 4.29 2.37 0.58 -
YUV 33.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 89 10 12 0 0.89 0.87 0.65 358.48 0.8 0.19
Hex 59 A C 0 59 57 41 166 50 13
Octal 131 12 14 0 131 127 101 546 120 23
Binary 1011001 1010 1100 0 1011001 1010111 1000001 101100110 1010000 10011

Color Harmonies of #590A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590A0C

Black with #590A0C

Text Example


Text Example

White with #590A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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