Html Css Color HEX #57242B Burnt Crimson

📋 copy color: '#57242B'

red 87 ◦ green 36 ◦ blue 43

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

Shades of Burnt Crimson #57242B

Tints of Burnt Crimson #57242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 52.41%
G = 21.69%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57242B (or 0x57242B) is known color: Burnt Crimson. HEX triplet: 57, 24 and 2B. RGB value is (87,36,43). Sum of RGB (Red+Green+Blue) = 87+36+43=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242B is #A8DBD4. Grayscale: #343434. Windows color (decimal): -11066325 or 2827351. OLE color: 2827351.

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

Color convert

RGB 87 36 43 -
CMYK 0 0.59 0.51 0.66
HSL 351.76º 0.41% 0.24% -
HSV(B) 351.76º 0.59% 0.34% -
XYZ 5 3.46 2.69 -
YUV 52.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 87 36 43 0 0.59 0.51 0.66 351.76 0.41 0.24
Hex 57 24 2B 0 3B 33 42 160 29 18
Octal 127 44 53 0 73 63 102 540 51 30
Binary 1010111 100100 101011 0 111011 110011 1000010 101100000 101001 11000

Color Harmonies of #57242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57242B

Black with #57242B

Text Example


Text Example

White with #57242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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