#3B060C

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

Shades of Rustic Red #3B060C

Tints of Rustic Red #3B060C

Color information

#3B060C (or 0x3B060C) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 0C. RGB value is (59,6,12). Sum of RGB (Red+Green+Blue) = 59+6+12=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B060C is #C4F9F3. Grayscale: #161616. Windows color (decimal): -12909044 or 788027. OLE color: 788027.

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

Color convert

RGB59612-
CMYK00.900.800.77
HSL353.21º81.54%12.75%-
HSV(B)353.21º89.83%23.14%-
XYZ1.941.090.46-
YUV22.53122.06154.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 76.62%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=76.62%
G=7.79%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5961200.900.800.77353.2181.5412.75
Hex3B6C05A504D16152d
Octal73614013212011554112215
Binary1110111101100010110101010000100110110110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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