Html Css Color HEX #57212B Burnt Crimson

📋 copy color: '#57212B'

red 87 ◦ green 33 ◦ blue 43

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

Shades of Burnt Crimson #57212B

Tints of Burnt Crimson #57212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 53.37%
G = 20.25%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57212B (or 0x57212B) is known color: Burnt Crimson. HEX triplet: 57, 21 and 2B. RGB value is (87,33,43). Sum of RGB (Red+Green+Blue) = 87+33+43=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212B is #A8DED4. Grayscale: #323232. Windows color (decimal): -11067093 or 2826583. OLE color: 2826583.

HSL color Cylindrical-coordinate representation of color #57212B: hue angle of 348.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57212B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 43 -
CMYK 0 0.62 0.51 0.66
HSL 348.89º 0.45% 0.24% -
HSV(B) 348.89º 0.62% 0.34% -
XYZ 4.91 3.29 2.66 -
YUV 50.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 87 33 43 0 0.62 0.51 0.66 348.89 0.45 0.24
Hex 57 21 2B 0 3E 33 42 15D 2D 18
Octal 127 41 53 0 76 63 102 535 55 30
Binary 1010111 100001 101011 0 111110 110011 1000010 101011101 101101 11000

Color Harmonies of #57212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57212B

Black with #57212B

Text Example


Text Example

White with #57212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57212B; }

 p { color: rgb(87,33,43); }

 H1.HeaderClassName
 {
   color: #57212B;
 }
 .AnyTagClassName
 {
   color: #57212B;
 }
</style>

background-color css

<style>
 a { background-color: #57212B; }

 a { background-color: rgb(87,33,43); }

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

border-color css

<style>
 span { border-color: #57212B; }

 span { border-color: rgb(87,33,43); }

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