#570F12

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

Shades of Burnt Crimson #570F12

Tints of Burnt Crimson #570F12

Color information

#570F12 (or 0x570F12) is unknown color: approx Burnt Crimson. HEX triplet: 57, 0F and 12. RGB value is (87,15,18). Sum of RGB (Red+Green+Blue) = 87+15+18=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #570F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F12 is #A8F0ED. Grayscale: #242424. Windows color (decimal): -11071726 or 1183575. OLE color: 1183575.

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

Color convert

RGB871518-
CMYK00.830.790.66
HSL357.5º70.59%20%-
HSV(B)357.5º82.76%34.12%-
XYZ4.212.410.82-
YUV36.87117.35163.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 18 (7.42% from 255) = 15%
R=72.5%
G=12.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87151800.830.790.66357.570.5920
Hex57F120534F421664714
Octal1271722012311710254610724
Binary10101111111100100101001110011111000010101100110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570F12; }

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

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

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

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

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

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

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

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