#3A191A

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

Shades of Rustic Red #3A191A

Tints of Rustic Red #3A191A

Color information

#3A191A (or 0x3A191A) is unknown color: approx Rustic Red. HEX triplet: 3A, 19 and 1A. RGB value is (58,25,26). Sum of RGB (Red+Green+Blue) = 58+25+26=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A191A is #C5E6E5. Grayscale: #232323. Windows color (decimal): -12969702 or 1710394. OLE color: 1710394.

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

Color convert

RGB582526-
CMYK00.570.550.77
HSL358.18º39.76%16.27%-
HSV(B)358.18º56.9%22.75%-
XYZ2.281.671.18-
YUV34.98122.93144.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=53.21%
G=22.94%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58252600.570.550.77358.1839.7616.27
Hex3A191A039374D1662810
Octal723132071671155465020
Binary11101011001110100111001110111100110110110011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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