Html Css Color HEX #56191C Burnt Crimson

📋 copy color: '#56191C'

red 86 ◦ green 25 ◦ blue 28

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

Shades of Burnt Crimson #56191C

Tints of Burnt Crimson #56191C

RGB

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

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

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

R = 61.87%
G = 17.99%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56191C (or 0x56191C) is known color: Burnt Crimson. HEX triplet: 56, 19 and 1C. RGB value is (86,25,28). Sum of RGB (Red+Green+Blue) = 86+25+28=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #56191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56191C is #A9E6E3. Grayscale: #2B2B2B. Windows color (decimal): -11134692 or 1841494. OLE color: 1841494.

HSL color Cylindrical-coordinate representation of color #56191C: hue angle of 357.05º 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 #56191C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 25 28 -
CMYK 0 0.71 0.67 0.66
HSL 357.05º 0.55% 0.22% -
HSV(B) 357.05º 0.71% 0.34% -
XYZ 4.39 2.76 1.4 -
YUV 43.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 86 25 28 0 0.71 0.67 0.66 357.05 0.55 0.22
Hex 56 19 1C 0 47 43 42 165 37 16
Octal 126 31 34 0 107 103 102 545 67 26
Binary 1010110 11001 11100 0 1000111 1000011 1000010 101100101 110111 10110

Color Harmonies of #56191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56191C

Black with #56191C

Text Example


Text Example

White with #56191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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