Html Css Color HEX #561B1C Burnt Crimson

📋 copy color: '#561B1C'

red 86 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #561B1C

Tints of Burnt Crimson #561B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 60.99%
G = 19.15%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#561B1C (or 0x561B1C) is known color: Burnt Crimson. HEX triplet: 56, 1B and 1C. RGB value is (86,27,28). Sum of RGB (Red+Green+Blue) = 86+27+28=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B1C is #A9E4E3. Grayscale: #2C2C2C. Windows color (decimal): -11134180 or 1842006. OLE color: 1842006.

HSL color Cylindrical-coordinate representation of color #561B1C: hue angle of 358.98º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B1C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 27 28 -
CMYK 0 0.69 0.67 0.66
HSL 358.98º 0.52% 0.22% -
HSV(B) 358.98º 0.69% 0.34% -
XYZ 4.44 2.85 1.41 -
YUV 44.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 86 27 28 0 0.69 0.67 0.66 358.98 0.52 0.22
Hex 56 1B 1C 0 45 43 42 167 34 16
Octal 126 33 34 0 105 103 102 547 64 26
Binary 1010110 11011 11100 0 1000101 1000011 1000010 101100111 110100 10110

Color Harmonies of #561B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B1C

Black with #561B1C

Text Example


Text Example

White with #561B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561B1C; }

 p { color: rgb(86,27,28); }

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

background-color css

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

 a { background-color: rgb(86,27,28); }

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

border-color css

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

 span { border-color: rgb(86,27,28); }

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