#3A121B

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

Shades of Rustic Red #3A121B

Tints of Rustic Red #3A121B

Color information

#3A121B (or 0x3A121B) is unknown color: approx Rustic Red. HEX triplet: 3A, 12 and 1B. RGB value is (58,18,27). Sum of RGB (Red+Green+Blue) = 58+18+27=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A121B is #C5EDE4. Grayscale: #1E1E1E. Windows color (decimal): -12971493 or 1774138. OLE color: 1774138.

HSL color Cylindrical-coordinate representation of color #3A121B: hue angle of 346.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A121B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB581827-
CMYK00.690.530.77
HSL346.5º52.63%14.9%-
HSV(B)346.5º68.97%22.75%-
XYZ2.161.411.2-
YUV30.99125.75147.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=56.31%
G=17.48%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58182700.690.530.77346.552.6314.9
Hex3A121B045354D15a35f
Octal7222330105651155326517
Binary11101010010110110100010111010110011011010110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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