Html Css Color HEX #57242A Burnt Crimson

📋 copy color: '#57242A'

red 87 ◦ green 36 ◦ blue 42

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

Shades of Burnt Crimson #57242A

Tints of Burnt Crimson #57242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 52.73%
G = 21.82%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57242A (or 0x57242A) is known color: Burnt Crimson. HEX triplet: 57, 24 and 2A. RGB value is (87,36,42). Sum of RGB (Red+Green+Blue) = 87+36+42=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242A is #A8DBD5. Grayscale: #333333. Windows color (decimal): -11066326 or 2761815. OLE color: 2761815.

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

Color convert

RGB 87 36 42 -
CMYK 0 0.59 0.52 0.66
HSL 352.94º 0.41% 0.24% -
HSV(B) 352.94º 0.59% 0.34% -
XYZ 4.98 3.46 2.59 -
YUV 51.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 87 36 42 0 0.59 0.52 0.66 352.94 0.41 0.24
Hex 57 24 2A 0 3B 34 42 161 29 18
Octal 127 44 52 0 73 64 102 541 51 30
Binary 1010111 100100 101010 0 111011 110100 1000010 101100001 101001 11000

Color Harmonies of #57242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57242A

Black with #57242A

Text Example


Text Example

White with #57242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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