#3A1115

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

Shades of Rustic Red #3A1115

Tints of Rustic Red #3A1115

Color information

#3A1115 (or 0x3A1115) is unknown color: approx Rustic Red. HEX triplet: 3A, 11 and 15. RGB value is (58,17,21). Sum of RGB (Red+Green+Blue) = 58+17+21=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1115 is #C5EEEA. Grayscale: #1D1D1D. Windows color (decimal): -12971755 or 1380666. OLE color: 1380666.

HSL color Cylindrical-coordinate representation of color #3A1115: hue angle of 354.15º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1115 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB581721-
CMYK00.710.640.77
HSL354.15º54.67%14.71%-
HSV(B)354.15º70.69%22.75%-
XYZ2.081.350.86-
YUV29.71123.08148.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=60.42%
G=17.71%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58172100.710.640.77354.1554.6714.71
Hex3A1115047404D16237f
Octal72212501071001155426717
Binary111010100011010101000111100000010011011011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,17,21); }

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

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

 a { background-color: rgb(58,17,21); }

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

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

 span { border-color: rgb(58,17,21); }

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