#3A1415

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

Shades of Rustic Red #3A1415

Tints of Rustic Red #3A1415

Color information

#3A1415 (or 0x3A1415) is unknown color: approx Rustic Red. HEX triplet: 3A, 14 and 15. RGB value is (58,20,21). Sum of RGB (Red+Green+Blue) = 58+20+21=99 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58.59% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1415 is #C5EBEA. Grayscale: #1F1F1F. Windows color (decimal): -12970987 or 1381434. OLE color: 1381434.

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

Color convert

RGB582021-
CMYK00.660.640.77
HSL358.42º48.72%15.29%-
HSV(B)358.42º65.52%22.75%-
XYZ2.131.450.88-
YUV31.48122.09146.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 58.59%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=58.59%
G=20.20%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58202100.660.640.77358.4248.7215.29
Hex3A1415042404D16631f
Octal72242501021001155466117
Binary111010101001010101000010100000010011011011001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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