#3A0611

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

Shades of Rustic Red #3A0611

Tints of Rustic Red #3A0611

Color information

#3A0611 (or 0x3A0611) is unknown color: approx Rustic Red. HEX triplet: 3A, 06 and 11. RGB value is (58,6,17). Sum of RGB (Red+Green+Blue) = 58+6+17=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0611 is #C5F9EE. Grayscale: #161616. Windows color (decimal): -12974575 or 1115706. OLE color: 1115706.

HSL color Cylindrical-coordinate representation of color #3A0611: hue angle of 347.31º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0611 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB58617-
CMYK00.900.710.77
HSL347.31º81.25%12.55%-
HSV(B)347.31º89.66%22.75%-
XYZ1.911.070.64-
YUV22.8124.73153.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 71.60%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=71.60%
G=7.41%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5861700.900.710.77347.3181.2512.55
Hex3A61105A474D15b51d
Octal72621013210711553312115
Binary11101011010001010110101000111100110110101101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0611; }

 p { color: rgb(58,6,17); }

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

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

 a { background-color: rgb(58,6,17); }

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

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

 span { border-color: rgb(58,6,17); }

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