Html Css Color HEX #56181C Burnt Crimson

📋 copy color: '#56181C'

red 86 ◦ green 24 ◦ blue 28

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

Shades of Burnt Crimson #56181C

Tints of Burnt Crimson #56181C

RGB

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

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

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

R = 62.32%
G = 17.39%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56181C (or 0x56181C) is known color: Burnt Crimson. HEX triplet: 56, 18 and 1C. RGB value is (86,24,28). Sum of RGB (Red+Green+Blue) = 86+24+28=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56181C is #A9E7E3. Grayscale: #2B2B2B. Windows color (decimal): -11134948 or 1841238. OLE color: 1841238.

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

Color convert

RGB 86 24 28 -
CMYK 0 0.72 0.67 0.66
HSL 356.13º 0.56% 0.22% -
HSV(B) 356.13º 0.72% 0.34% -
XYZ 4.37 2.72 1.39 -
YUV 42.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 86 24 28 0 0.72 0.67 0.66 356.13 0.56 0.22
Hex 56 18 1C 0 48 43 42 164 38 16
Octal 126 30 34 0 110 103 102 544 70 26
Binary 1010110 11000 11100 0 1001000 1000011 1000010 101100100 111000 10110

Color Harmonies of #56181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56181C

Black with #56181C

Text Example


Text Example

White with #56181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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