Html Css Color HEX #57181C Burnt Crimson

📋 copy color: '#57181C'

red 87 ◦ green 24 ◦ blue 28

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

Shades of Burnt Crimson #57181C

Tints of Burnt Crimson #57181C

RGB

 RED value IS 87 (34.38% from 255) = 62.59%

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

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

R = 62.59%
G = 17.27%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57181C (or 0x57181C) is known color: Burnt Crimson. HEX triplet: 57, 18 and 1C. RGB value is (87,24,28). Sum of RGB (Red+Green+Blue) = 87+24+28=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181C is #A8E7E3. Grayscale: #2B2B2B. Windows color (decimal): -11069412 or 1841239. OLE color: 1841239.

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

Color convert

RGB 87 24 28 -
CMYK 0 0.72 0.68 0.66
HSL 356.19º 0.57% 0.22% -
HSV(B) 356.19º 0.72% 0.34% -
XYZ 4.47 2.76 1.4 -
YUV 43.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 87 24 28 0 0.72 0.68 0.66 356.19 0.57 0.22
Hex 57 18 1C 0 48 44 42 164 39 16
Octal 127 30 34 0 110 104 102 544 71 26
Binary 1010111 11000 11100 0 1001000 1000100 1000010 101100100 111001 10110

Color Harmonies of #57181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57181C

Black with #57181C

Text Example


Text Example

White with #57181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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