Html Css Color HEX #56191A Burnt Crimson

📋 copy color: '#56191A'

red 86 ◦ green 25 ◦ blue 26

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

Shades of Burnt Crimson #56191A

Tints of Burnt Crimson #56191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

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

R = 62.77%
G = 18.25%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56191A (or 0x56191A) is known color: Burnt Crimson. HEX triplet: 56, 19 and 1A. RGB value is (86,25,26). Sum of RGB (Red+Green+Blue) = 86+25+26=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56191A is #A9E6E5. Grayscale: #2B2B2B. Windows color (decimal): -11134694 or 1710422. OLE color: 1710422.

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

Color convert

RGB 86 25 26 -
CMYK 0 0.71 0.70 0.66
HSL 359.02º 0.55% 0.22% -
HSV(B) 359.02º 0.71% 0.34% -
XYZ 4.37 2.75 1.28 -
YUV 43.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 86 25 26 0 0.71 0.70 0.66 359.02 0.55 0.22
Hex 56 19 1A 0 47 46 42 167 37 16
Octal 126 31 32 0 107 106 102 547 67 26
Binary 1010110 11001 11010 0 1000111 1000110 1000010 101100111 110111 10110

Color Harmonies of #56191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56191A

Black with #56191A

Text Example


Text Example

White with #56191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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