Html Css Color HEX #57181A Burnt Crimson

📋 copy color: '#57181A'

red 87 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #57181A

Tints of Burnt Crimson #57181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 63.5%
G = 17.52%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57181A (or 0x57181A) is known color: 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

RGB 87 24 26 -
CMYK 0 0.72 0.70 0.66
HSL 358.1º 0.57% 0.22% -
HSV(B) 358.1º 0.72% 0.34% -
XYZ 4.44 2.75 1.27 -
YUV 43.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 87 24 26 0 0.72 0.70 0.66 358.1 0.57 0.22
Hex 57 18 1A 0 48 46 42 166 39 16
Octal 127 30 32 0 110 106 102 546 71 26
Binary 1010111 11000 11010 0 1001000 1000110 1000010 101100110 111001 10110

Color Harmonies of #57181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57181A

Black with #57181A

Text Example


Text Example

White with #57181A

Text Example


Text Example

HTML Codes & Css Web 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>