#571012

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

Shades of Burnt Crimson #571012

Tints of Burnt Crimson #571012

Color information

#571012 (or 0x571012) is unknown color: approx Burnt Crimson. HEX triplet: 57, 10 and 12. RGB value is (87,16,18). Sum of RGB (Red+Green+Blue) = 87+16+18=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #571012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571012 is #A8EFED. Grayscale: #252525. Windows color (decimal): -11071470 or 1183831. OLE color: 1183831.

HSL color Cylindrical-coordinate representation of color #571012: hue angle of 358.31º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571012 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB871618-
CMYK00.820.790.66
HSL358.31º68.93%20.2%-
HSV(B)358.31º81.61%34.12%-
XYZ4.222.440.82-
YUV37.46117.02163.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=71.90%
G=13.22%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87161800.820.790.66358.3168.9320.2
Hex5710120524F421664514
Octal1272022012211710254610524
Binary101011110000100100101001010011111000010101100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571012; }

 p { color: rgb(87,16,18); }

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

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

 a { background-color: rgb(87,16,18); }

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

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

 span { border-color: rgb(87,16,18); }

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