#3B060A

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

Shades of Rustic Red #3B060A

Tints of Rustic Red #3B060A

Color information

#3B060A (or 0x3B060A) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 0A. RGB value is (59,6,10). Sum of RGB (Red+Green+Blue) = 59+6+10=75 (9% of max value = 765). Red value is 59 (23.44% from 255 or 78.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 59 - color contains mainly: red. Hex color #3B060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B060A is #C4F9F5. Grayscale: #161616. Windows color (decimal): -12909046 or 656955. OLE color: 656955.

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

Color convert

RGB59610-
CMYK00.900.830.77
HSL355.47º81.54%12.75%-
HSV(B)355.47º89.83%23.14%-
XYZ1.921.080.39-
YUV22.3121.06154.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 78.67%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=78.67%
G=8%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5961000.900.830.77355.4781.5412.75
Hex3B6A05A534D16352d
Octal73612013212311554312215
Binary1110111101010010110101010011100110110110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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