#570006

Color #570006 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #570006

Tints of Rustic Red #570006

Color information

#570006 (or 0x570006) is unknown color: approx Rustic Red. HEX triplet: 57, 00 and 06. RGB value is (87,0,6). Sum of RGB (Red+Green+Blue) = 87+0+6=93 (12% of max value = 765). Red value is 87 (34.38% from 255 or 93.55% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 87 - color contains mainly: red. Hex color #570006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570006 is #A8FFF9. Grayscale: #1A1A1A. Windows color (decimal): -11075578 or 393303. OLE color: 393303.

HSL color Cylindrical-coordinate representation of color #570006: hue angle of 355.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570006 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB8706-
CMYK010.930.66
HSL355.86º100%17.06%-
HSV(B)355.86º100%34.12%-
XYZ3.962.040.36-
YUV26.7116.32171.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 93.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=93.55%
G=0%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8706010.930.66355.8610017.06
Hex57060645D421646411
Octal12706014413510254414421
Binary101011101100110010010111011000010101100100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570006; }

 p { color: rgb(87,0,6); }

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

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

 a { background-color: rgb(87,0,6); }

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

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

 span { border-color: rgb(87,0,6); }

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