#570C0D

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

Shades of Burnt Crimson #570C0D

Tints of Burnt Crimson #570C0D

Color information

#570C0D (or 0x570C0D) is unknown color: approx Burnt Crimson. HEX triplet: 57, 0C and 0D. RGB value is (87,12,13). Sum of RGB (Red+Green+Blue) = 87+12+13=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C0D is #A8F3F2. Grayscale: #222222. Windows color (decimal): -11072499 or 855127. OLE color: 855127.

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

Color convert

RGB871213-
CMYK00.860.850.66
HSL359.2º75.76%19.41%-
HSV(B)359.2º86.21%34.12%-
XYZ4.132.320.61-
YUV34.54115.85165.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=77.68%
G=10.71%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87121300.860.850.66359.275.7619.41
Hex57CD05655421674c13
Octal1271415012612510254711423
Binary1010111110011010101011010101011000010101100111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,12,13); }

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

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

 a { background-color: rgb(87,12,13); }

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

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

 span { border-color: rgb(87,12,13); }

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