#3B060D

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

Shades of Rustic Red #3B060D

Tints of Rustic Red #3B060D

Color information

#3B060D (or 0x3B060D) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 0D. RGB value is (59,6,13). Sum of RGB (Red+Green+Blue) = 59+6+13=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B060D is #C4F9F2. Grayscale: #161616. Windows color (decimal): -12909043 or 853563. OLE color: 853563.

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

Color convert

RGB59613-
CMYK00.900.780.77
HSL352.08º81.54%12.75%-
HSV(B)352.08º89.83%23.14%-
XYZ1.941.090.49-
YUV22.64122.56153.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=75.64%
G=7.69%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5961300.900.780.77352.0881.5412.75
Hex3B6D05A4E4D16052d
Octal73615013211611554012215
Binary1110111101101010110101001110100110110110000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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