#3A1516

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

Shades of Rustic Red #3A1516

Tints of Rustic Red #3A1516

Color information

#3A1516 (or 0x3A1516) is unknown color: approx Rustic Red. HEX triplet: 3A, 15 and 16. RGB value is (58,21,22). Sum of RGB (Red+Green+Blue) = 58+21+22=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1516 is #C5EAE9. Grayscale: #202020. Windows color (decimal): -12970730 or 1447226. OLE color: 1447226.

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

Color convert

RGB582122-
CMYK00.640.620.77
HSL358.38º46.84%15.49%-
HSV(B)358.38º63.79%22.75%-
XYZ2.161.490.93-
YUV32.18122.26146.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 57.43%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=57.43%
G=20.79%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58212200.640.620.77358.3846.8415.49
Hex3A15160403E4D1662ff
Octal7225260100761155465717
Binary11101010101101100100000011111010011011011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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