Html Css Color HEX #590C0F Burnt Crimson

📋 copy color: '#590C0F'

red 89 ◦ green 12 ◦ blue 15

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

Shades of Burnt Crimson #590C0F

Tints of Burnt Crimson #590C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.34%

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 76.72%
G = 10.34%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#590C0F (or 0x590C0F) is known color: Burnt Crimson. HEX triplet: 59, 0C and 0F. RGB value is (89,12,15). Sum of RGB (Red+Green+Blue) = 89+12+15=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C0F is #A6F3F0. Grayscale: #232323. Windows color (decimal): -10941425 or 986201. OLE color: 986201.

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

Color convert

RGB 89 12 15 -
CMYK 0 0.87 0.83 0.65
HSL 357.66º 0.76% 0.2% -
HSV(B) 357.66º 0.87% 0.35% -
XYZ 4.34 2.42 0.69 -
YUV 35.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 89 12 15 0 0.87 0.83 0.65 357.66 0.76 0.2
Hex 59 C F 0 57 53 41 166 4C 14
Octal 131 14 17 0 127 123 101 546 114 24
Binary 1011001 1100 1111 0 1010111 1010011 1000001 101100110 1001100 10100

Color Harmonies of #590C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C0F

Black with #590C0F

Text Example


Text Example

White with #590C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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