Html Css Color HEX #56141A Burnt Crimson

📋 copy color: '#56141A'

red 86 ◦ green 20 ◦ blue 26

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

Shades of Burnt Crimson #56141A

Tints of Burnt Crimson #56141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 65.15%
G = 15.15%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56141A (or 0x56141A) is known color: Burnt Crimson. HEX triplet: 56, 14 and 1A. RGB value is (86,20,26). Sum of RGB (Red+Green+Blue) = 86+20+26=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141A is #A9EBE5. Grayscale: #282828. Windows color (decimal): -11135974 or 1709142. OLE color: 1709142.

HSL color Cylindrical-coordinate representation of color #56141A: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56141A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 26 -
CMYK 0 0.77 0.70 0.66
HSL 354.55º 0.62% 0.21% -
HSV(B) 354.55º 0.77% 0.34% -
XYZ 4.27 2.55 1.24 -
YUV 40.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 86 20 26 0 0.77 0.70 0.66 354.55 0.62 0.21
Hex 56 14 1A 0 4D 46 42 163 3E 15
Octal 126 24 32 0 115 106 102 543 76 25
Binary 1010110 10100 11010 0 1001101 1000110 1000010 101100011 111110 10101

Color Harmonies of #56141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56141A

Black with #56141A

Text Example


Text Example

White with #56141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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