Html Css Color HEX #590D12 Burnt Crimson

📋 copy color: '#590D12'

red 89 ◦ green 13 ◦ blue 18

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

Shades of Burnt Crimson #590D12

Tints of Burnt Crimson #590D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.83%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 74.17%
G = 10.83%
B = 15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590D12 (or 0x590D12) is known color: Burnt Crimson. HEX triplet: 59, 0D and 12. RGB value is (89,13,18). Sum of RGB (Red+Green+Blue) = 89+13+18=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #590D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D12 is #A6F2ED. Grayscale: #242424. Windows color (decimal): -10941166 or 1183065. OLE color: 1183065.

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

Color convert

RGB 89 13 18 -
CMYK 0 0.85 0.80 0.65
HSL 356.05º 0.75% 0.2% -
HSV(B) 356.05º 0.85% 0.35% -
XYZ 4.37 2.46 0.82 -
YUV 36.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 89 13 18 0 0.85 0.80 0.65 356.05 0.75 0.2
Hex 59 D 12 0 55 50 41 164 4B 14
Octal 131 15 22 0 125 120 101 544 113 24
Binary 1011001 1101 10010 0 1010101 1010000 1000001 101100100 1001011 10100

Color Harmonies of #590D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D12

Black with #590D12

Text Example


Text Example

White with #590D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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