#3A191E

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

Shades of Rustic Red #3A191E

Tints of Rustic Red #3A191E

Color information

#3A191E (or 0x3A191E) is unknown color: approx Rustic Red. HEX triplet: 3A, 19 and 1E. RGB value is (58,25,30). Sum of RGB (Red+Green+Blue) = 58+25+30=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A191E is #C5E6E1. Grayscale: #232323. Windows color (decimal): -12969698 or 1972538. OLE color: 1972538.

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

Color convert

RGB582530-
CMYK00.570.480.77
HSL350.91º39.76%16.27%-
HSV(B)350.91º56.9%22.75%-
XYZ2.331.691.43-
YUV35.44124.93144.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.33%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=51.33%
G=22.12%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58253000.570.480.77350.9139.7616.27
Hex3A191E039304D15f2810
Octal723136071601155375020
Binary11101011001111100111001110000100110110101111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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