#57181A

Color #57181A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #57181A

Tints of Burnt Crimson #57181A

Color information

#57181A (or 0x57181A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 18 and 1A. RGB value is (87,24,26). Sum of RGB (Red+Green+Blue) = 87+24+26=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181A is #A8E7E5. Grayscale: #2B2B2B. Windows color (decimal): -11069414 or 1710167. OLE color: 1710167.

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

Color convert

RGB872426-
CMYK00.720.700.66
HSL358.1º56.76%21.76%-
HSV(B)358.1º72.41%34.12%-
XYZ4.442.751.27-
YUV43.06118.37159.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=63.50%
G=17.52%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87242600.720.700.66358.156.7621.76
Hex57181A04846421663916
Octal127303201101061025467126
Binary10101111100011010010010001000110100001010110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57181A;
 }
 .AnyTagClassName
 {
   color: #57181A;
 }
</style>
background-color css

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

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

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

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

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

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