Html Css Color HEX #561112 Burnt Crimson

📋 copy color: '#561112'

red 86 ◦ green 17 ◦ blue 18

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

Shades of Burnt Crimson #561112

Tints of Burnt Crimson #561112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 71.07%
G = 14.05%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#561112 (or 0x561112) is known color: Burnt Crimson. HEX triplet: 56, 11 and 12. RGB value is (86,17,18). Sum of RGB (Red+Green+Blue) = 86+17+18=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561112 is #A9EEED. Grayscale: #252525. Windows color (decimal): -11136750 or 1184086. OLE color: 1184086.

HSL color Cylindrical-coordinate representation of color #561112: hue angle of 359.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 18 -
CMYK 0 0.80 0.79 0.66
HSL 359.13º 0.67% 0.2% -
HSV(B) 359.13º 0.8% 0.34% -
XYZ 4.15 2.42 0.82 -
YUV 37.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 86 17 18 0 0.80 0.79 0.66 359.13 0.67 0.2
Hex 56 11 12 0 50 4F 42 167 43 14
Octal 126 21 22 0 120 117 102 547 103 24
Binary 1010110 10001 10010 0 1010000 1001111 1000010 101100111 1000011 10100

Color Harmonies of #561112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561112

Black with #561112

Text Example


Text Example

White with #561112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561112; }

 p { color: rgb(86,17,18); }

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

background-color css

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

 a { background-color: rgb(86,17,18); }

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

border-color css

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

 span { border-color: rgb(86,17,18); }

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