#3A181A

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

Shades of Rustic Red #3A181A

Tints of Rustic Red #3A181A

Color information

#3A181A (or 0x3A181A) is unknown color: approx Rustic Red. HEX triplet: 3A, 18 and 1A. RGB value is (58,24,26). Sum of RGB (Red+Green+Blue) = 58+24+26=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A181A is #C5E7E5. Grayscale: #222222. Windows color (decimal): -12969958 or 1710138. OLE color: 1710138.

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

Color convert

RGB582426-
CMYK00.590.550.77
HSL356.47º41.46%16.08%-
HSV(B)356.47º58.62%22.75%-
XYZ2.261.631.17-
YUV34.39123.26144.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=53.70%
G=22.22%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58242600.590.550.77356.4741.4616.08
Hex3A181A03B374D1642910
Octal723032073671155445120
Binary11101011000110100111011110111100110110110010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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