#3A161C

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

Shades of Rustic Red #3A161C

Tints of Rustic Red #3A161C

Color information

#3A161C (or 0x3A161C) is unknown color: approx Rustic Red. HEX triplet: 3A, 16 and 1C. RGB value is (58,22,28). Sum of RGB (Red+Green+Blue) = 58+22+28=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A161C is #C5E9E3. Grayscale: #212121. Windows color (decimal): -12970468 or 1840698. OLE color: 1840698.

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

Color convert

RGB582228-
CMYK00.620.520.77
HSL350º45%15.69%-
HSV(B)350º62.07%22.75%-
XYZ2.241.561.28-
YUV33.45124.93145.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=53.70%
G=20.37%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58222800.620.520.773504515.69
Hex3A161C03E344D15e2d10
Octal722634076641155365520
Binary11101010110111000111110110100100110110101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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