#3A181D

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

Shades of Rustic Red #3A181D

Tints of Rustic Red #3A181D

Color information

#3A181D (or 0x3A181D) is unknown color: approx Rustic Red. HEX triplet: 3A, 18 and 1D. RGB value is (58,24,29). Sum of RGB (Red+Green+Blue) = 58+24+29=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A181D is #C5E7E2. Grayscale: #222222. Windows color (decimal): -12969955 or 1906746. OLE color: 1906746.

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

Color convert

RGB582429-
CMYK00.590.50.77
HSL351.18º41.46%16.08%-
HSV(B)351.18º58.62%22.75%-
XYZ2.291.641.36-
YUV34.74124.76144.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=52.25%
G=21.62%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58242900.590.50.77351.1841.4616.08
Hex3A181D03B324D15f2910
Octal723035073621155375120
Binary11101011000111010111011110010100110110101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,29); }

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

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

 a { background-color: rgb(58,24,29); }

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

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

 span { border-color: rgb(58,24,29); }

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