#57212A

Color #57212A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #57212A

Tints of Burnt Crimson #57212A

Color information

#57212A (or 0x57212A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 21 and 2A. RGB value is (87,33,42). Sum of RGB (Red+Green+Blue) = 87+33+42=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212A is #A8DED5. Grayscale: #323232. Windows color (decimal): -11067094 or 2761047. OLE color: 2761047.

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

Color convert

RGB873342-
CMYK00.620.520.66
HSL350º45%23.53%-
HSV(B)350º62.07%34.12%-
XYZ4.893.282.57-
YUV50.17123.39154.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=53.70%
G=20.37%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334200.620.520.663504523.53
Hex57212A03E344215e2d18
Octal1274152076641025365530
Binary10101111000011010100111110110100100001010101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57212A;
 }
 .AnyTagClassName
 {
   color: #57212A;
 }
</style>
background-color css

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

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

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

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

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

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