Html Css Color HEX #57181E Burnt Crimson

📋 copy color: '#57181E'

red 87 ◦ green 24 ◦ blue 30

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

Shades of Burnt Crimson #57181E

Tints of Burnt Crimson #57181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 61.7%
G = 17.02%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57181E (or 0x57181E) is known color: Burnt Crimson. HEX triplet: 57, 18 and 1E. RGB value is (87,24,30). Sum of RGB (Red+Green+Blue) = 87+24+30=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181E is #A8E7E1. Grayscale: #2B2B2B. Windows color (decimal): -11069410 or 1972311. OLE color: 1972311.

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

Color convert

RGB 87 24 30 -
CMYK 0 0.72 0.66 0.66
HSL 354.29º 0.57% 0.22% -
HSV(B) 354.29º 0.72% 0.34% -
XYZ 4.49 2.77 1.53 -
YUV 43.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 87 24 30 0 0.72 0.66 0.66 354.29 0.57 0.22
Hex 57 18 1E 0 48 42 42 162 39 16
Octal 127 30 36 0 110 102 102 542 71 26
Binary 1010111 11000 11110 0 1001000 1000010 1000010 101100010 111001 10110

Color Harmonies of #57181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57181E

Black with #57181E

Text Example


Text Example

White with #57181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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