#3A1219

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

Shades of Rustic Red #3A1219

Tints of Rustic Red #3A1219

Color information

#3A1219 (or 0x3A1219) is unknown color: approx Rustic Red. HEX triplet: 3A, 12 and 19. RGB value is (58,18,25). Sum of RGB (Red+Green+Blue) = 58+18+25=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1219 is #C5EDE6. Grayscale: #1E1E1E. Windows color (decimal): -12971495 or 1643066. OLE color: 1643066.

HSL color Cylindrical-coordinate representation of color #3A1219: hue angle of 349.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 #3A1219 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB581825-
CMYK00.690.570.77
HSL349.5º52.63%14.9%-
HSV(B)349.5º68.97%22.75%-
XYZ2.141.41.08-
YUV30.76124.75147.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 57.43%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=57.43%
G=17.82%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58182500.690.570.77349.552.6314.9
Hex3A1219045394D15e35f
Octal7222310105711155366517
Binary11101010010110010100010111100110011011010111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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