#3B0615

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

Shades of Rustic Red #3B0615

Tints of Rustic Red #3B0615

Color information

#3B0615 (or 0x3B0615) is unknown color: approx Rustic Red. HEX triplet: 3B, 06 and 15. RGB value is (59,6,21). Sum of RGB (Red+Green+Blue) = 59+6+21=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0615 is #C4F9EA. Grayscale: #171717. Windows color (decimal): -12909035 or 1377851. OLE color: 1377851.

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

Color convert

RGB59621-
CMYK00.900.640.77
HSL343.02º81.54%12.75%-
HSV(B)343.02º89.83%23.14%-
XYZ21.110.82-
YUV23.56126.56153.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 68.60%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=68.60%
G=6.98%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5962100.900.640.77343.0281.5412.75
Hex3B61505A404D15752d
Octal73625013210011552712215
Binary11101111010101010110101000000100110110101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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