Html Css Color HEX #56181F Burnt Crimson

📋 copy color: '#56181F'

red 86 ◦ green 24 ◦ blue 31

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

Shades of Burnt Crimson #56181F

Tints of Burnt Crimson #56181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 60.99%
G = 17.02%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56181F (or 0x56181F) is known color: Burnt Crimson. HEX triplet: 56, 18 and 1F. RGB value is (86,24,31). Sum of RGB (Red+Green+Blue) = 86+24+31=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #56181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56181F is #A9E7E0. Grayscale: #2B2B2B. Windows color (decimal): -11134945 or 2037846. OLE color: 2037846.

HSL color Cylindrical-coordinate representation of color #56181F: hue angle of 353.23º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56181F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 24 31 -
CMYK 0 0.72 0.64 0.66
HSL 353.23º 0.56% 0.22% -
HSV(B) 353.23º 0.72% 0.34% -
XYZ 4.41 2.73 1.59 -
YUV 43.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 86 24 31 0 0.72 0.64 0.66 353.23 0.56 0.22
Hex 56 18 1F 0 48 40 42 161 38 16
Octal 126 30 37 0 110 100 102 541 70 26
Binary 1010110 11000 11111 0 1001000 1000000 1000010 101100001 111000 10110

Color Harmonies of #56181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56181F

Black with #56181F

Text Example


Text Example

White with #56181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56181F; }

 p { color: rgb(86,24,31); }

 H1.HeaderClassName
 {
   color: #56181F;
 }
 .AnyTagClassName
 {
   color: #56181F;
 }
</style>

background-color css

<style>
 a { background-color: #56181F; }

 a { background-color: rgb(86,24,31); }

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

border-color css

<style>
 span { border-color: #56181F; }

 span { border-color: rgb(86,24,31); }

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