Html Css Color HEX #56151B Burnt Crimson

📋 copy color: '#56151B'

red 86 ◦ green 21 ◦ blue 27

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

Shades of Burnt Crimson #56151B

Tints of Burnt Crimson #56151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 64.18%
G = 15.67%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56151B (or 0x56151B) is known color: Burnt Crimson. HEX triplet: 56, 15 and 1B. RGB value is (86,21,27). Sum of RGB (Red+Green+Blue) = 86+21+27=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151B is #A9EAE4. Grayscale: #292929. Windows color (decimal): -11135717 or 1774934. OLE color: 1774934.

HSL color Cylindrical-coordinate representation of color #56151B: hue angle of 354.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56151B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 27 -
CMYK 0 0.76 0.69 0.66
HSL 354.46º 0.61% 0.21% -
HSV(B) 354.46º 0.76% 0.34% -
XYZ 4.3 2.59 1.31 -
YUV 41.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 86 21 27 0 0.76 0.69 0.66 354.46 0.61 0.21
Hex 56 15 1B 0 4C 45 42 162 3D 15
Octal 126 25 33 0 114 105 102 542 75 25
Binary 1010110 10101 11011 0 1001100 1000101 1000010 101100010 111101 10101

Color Harmonies of #56151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56151B

Black with #56151B

Text Example


Text Example

White with #56151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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