#3A181B

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

Shades of Rustic Red #3A181B

Tints of Rustic Red #3A181B

Color information

#3A181B (or 0x3A181B) is unknown color: approx Rustic Red. HEX triplet: 3A, 18 and 1B. RGB value is (58,24,27). Sum of RGB (Red+Green+Blue) = 58+24+27=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A181B is #C5E7E4. Grayscale: #222222. Windows color (decimal): -12969957 or 1775674. OLE color: 1775674.

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

Color convert

RGB582427-
CMYK00.590.530.77
HSL354.71º41.46%16.08%-
HSV(B)354.71º58.62%22.75%-
XYZ2.271.631.23-
YUV34.51123.76144.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=53.21%
G=22.02%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58242700.590.530.77354.7141.4616.08
Hex3A181B03B354D1632910
Octal723033073651155435120
Binary11101011000110110111011110101100110110110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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