Html Css Color HEX #56151A Burnt Crimson

📋 copy color: '#56151A'

red 86 ◦ green 21 ◦ blue 26

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

Shades of Burnt Crimson #56151A

Tints of Burnt Crimson #56151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 64.66%
G = 15.79%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56151A (or 0x56151A) is known color: Burnt Crimson. HEX triplet: 56, 15 and 1A. RGB value is (86,21,26). Sum of RGB (Red+Green+Blue) = 86+21+26=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151A is #A9EAE5. Grayscale: #292929. Windows color (decimal): -11135718 or 1709398. OLE color: 1709398.

HSL color Cylindrical-coordinate representation of color #56151A: hue angle of 355.38º 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 #56151A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 26 -
CMYK 0 0.76 0.70 0.66
HSL 355.38º 0.61% 0.21% -
HSV(B) 355.38º 0.76% 0.34% -
XYZ 4.29 2.59 1.25 -
YUV 41.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 86 21 26 0 0.76 0.70 0.66 355.38 0.61 0.21
Hex 56 15 1A 0 4C 46 42 163 3D 15
Octal 126 25 32 0 114 106 102 543 75 25
Binary 1010110 10101 11010 0 1001100 1000110 1000010 101100011 111101 10101

Color Harmonies of #56151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56151A

Black with #56151A

Text Example


Text Example

White with #56151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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