#3B0611

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

Shades of Rustic Red #3B0611

Tints of Rustic Red #3B0611

Color information

#3B0611 (or 0x3B0611) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 11. RGB value is (59,6,17). Sum of RGB (Red+Green+Blue) = 59+6+17=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0611 is #C4F9EE. Grayscale: #171717. Windows color (decimal): -12909039 or 1115707. OLE color: 1115707.

HSL color Cylindrical-coordinate representation of color #3B0611: hue angle of 347.55º degrees, saturation: 0.82, 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 #3B0611 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB59617-
CMYK00.900.710.77
HSL347.55º81.54%12.75%-
HSV(B)347.55º89.83%23.14%-
XYZ1.971.10.64-
YUV23.1124.56153.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=71.95%
G=7.32%
B=20.73%

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
Decimal5961700.900.710.77347.5581.5412.75
Hex3B61105A474D15c52d
Octal73621013210711553412215
Binary11101111010001010110101000111100110110101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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