#570A0E

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

Shades of Burnt Crimson #570A0E

Tints of Burnt Crimson #570A0E

Color information

#570A0E (or 0x570A0E) is unknown color: approx Burnt Crimson. HEX triplet: 57, 0A and 0E. RGB value is (87,10,14). Sum of RGB (Red+Green+Blue) = 87+10+14=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A0E is #A8F5F1. Grayscale: #212121. Windows color (decimal): -11073010 or 920151. OLE color: 920151.

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

Color convert

RGB871014-
CMYK00.890.840.66
HSL356.88º79.38%19.02%-
HSV(B)356.88º88.51%34.12%-
XYZ4.122.280.64-
YUV33.48117.01166.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=78.38%
G=9.01%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87101400.890.840.66356.8879.3819.02
Hex57AE05954421654f13
Octal1271216013112410254511723
Binary1010111101011100101100110101001000010101100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,10,14); }

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

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

 a { background-color: rgb(87,10,14); }

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

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

 span { border-color: rgb(87,10,14); }

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