#3A1416

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

Shades of Rustic Red #3A1416

Tints of Rustic Red #3A1416

Color information

#3A1416 (or 0x3A1416) is unknown color: approx Rustic Red. HEX triplet: 3A, 14 and 16. RGB value is (58,20,22). Sum of RGB (Red+Green+Blue) = 58+20+22=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1416 is #C5EBE9. Grayscale: #1F1F1F. Windows color (decimal): -12970986 or 1446970. OLE color: 1446970.

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

Color convert

RGB582022-
CMYK00.660.620.77
HSL356.84º48.72%15.29%-
HSV(B)356.84º65.52%22.75%-
XYZ2.141.460.93-
YUV31.59122.59146.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 58%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 22%
R=58%
G=20%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58202200.660.620.77356.8448.7215.29
Hex3A14160423E4D16531f
Octal7224260102761155456117
Binary11101010100101100100001011111010011011011001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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