Html Css Color HEX #560F10 Burnt Crimson

📋 copy color: '#560F10'

red 86 ◦ green 15 ◦ blue 16

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

Shades of Burnt Crimson #560F10

Tints of Burnt Crimson #560F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 73.5%
G = 12.82%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#560F10 (or 0x560F10) is known color: Burnt Crimson. HEX triplet: 56, 0F and 10. RGB value is (86,15,16). Sum of RGB (Red+Green+Blue) = 86+15+16=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F10 is #A9F0EF. Grayscale: #242424. Windows color (decimal): -11137264 or 1052502. OLE color: 1052502.

HSL color Cylindrical-coordinate representation of color #560F10: hue angle of 359.15º 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 #560F10 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 16 -
CMYK 0 0.83 0.81 0.66
HSL 359.15º 0.7% 0.2% -
HSV(B) 359.15º 0.83% 0.34% -
XYZ 4.1 2.36 0.73 -
YUV 36.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 86 15 16 0 0.83 0.81 0.66 359.15 0.7 0.2
Hex 56 F 10 0 53 51 42 167 46 14
Octal 126 17 20 0 123 121 102 547 106 24
Binary 1010110 1111 10000 0 1010011 1010001 1000010 101100111 1000110 10100

Color Harmonies of #560F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F10

Black with #560F10

Text Example


Text Example

White with #560F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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