Html Css Color HEX #560F13 Burnt Crimson

📋 copy color: '#560F13'

red 86 ◦ green 15 ◦ blue 19

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

Shades of Burnt Crimson #560F13

Tints of Burnt Crimson #560F13

RGB

 RED value IS 86 (33.98% from 255) = 71.67%

 GREEN value IS 15 (6.25% from 255) = 12.5%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 71.67%
G = 12.5%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560F13 (or 0x560F13) is known color: Burnt Crimson. HEX triplet: 56, 0F and 13. RGB value is (86,15,19). Sum of RGB (Red+Green+Blue) = 86+15+19=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #560F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F13 is #A9F0EC. Grayscale: #242424. Windows color (decimal): -11137261 or 1249110. OLE color: 1249110.

HSL color Cylindrical-coordinate representation of color #560F13: hue angle of 356.62º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F13 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 19 -
CMYK 0 0.83 0.78 0.66
HSL 356.62º 0.7% 0.2% -
HSV(B) 356.62º 0.83% 0.34% -
XYZ 4.13 2.37 0.86 -
YUV 36.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 86 15 19 0 0.83 0.78 0.66 356.62 0.7 0.2
Hex 56 F 13 0 53 4E 42 165 46 14
Octal 126 17 23 0 123 116 102 545 106 24
Binary 1010110 1111 10011 0 1010011 1001110 1000010 101100101 1000110 10100

Color Harmonies of #560F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F13

Black with #560F13

Text Example


Text Example

White with #560F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F13; }

 p { color: rgb(86,15,19); }

 H1.HeaderClassName
 {
   color: #560F13;
 }
 .AnyTagClassName
 {
   color: #560F13;
 }
</style>

background-color css

<style>
 a { background-color: #560F13; }

 a { background-color: rgb(86,15,19); }

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

border-color css

<style>
 span { border-color: #560F13; }

 span { border-color: rgb(86,15,19); }

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