#3A1213

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

Shades of Rustic Red #3A1213

Tints of Rustic Red #3A1213

Color information

#3A1213 (or 0x3A1213) is unknown color: approx Rustic Red. HEX triplet: 3A, 12 and 13. RGB value is (58,18,19). Sum of RGB (Red+Green+Blue) = 58+18+19=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1213 is #C5EDEC. Grayscale: #1E1E1E. Windows color (decimal): -12971501 or 1249850. OLE color: 1249850.

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

Color convert

RGB581819-
CMYK00.690.670.77
HSL358.5º52.63%14.9%-
HSV(B)358.5º68.97%22.75%-
XYZ2.081.380.77-
YUV30.07121.75147.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 19 (7.81% from 255) = 20%
R=61.05%
G=18.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58181900.690.670.77358.552.6314.9
Hex3A1213045434D16635f
Octal72222301051031155466517
Binary111010100101001101000101100001110011011011001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,19); }

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

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

 a { background-color: rgb(58,18,19); }

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

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

 span { border-color: rgb(58,18,19); }

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