#3A1F21

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

Shades of Rustic Red #3A1F21

Tints of Rustic Red #3A1F21

Color information

#3A1F21 (or 0x3A1F21) is unknown color: approx Rustic Red. HEX triplet: 3A, 1F and 21. RGB value is (58,31,33). Sum of RGB (Red+Green+Blue) = 58+31+33=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F21 is #C5E0DE. Grayscale: #272727. Windows color (decimal): -12968159 or 2170682. OLE color: 2170682.

HSL color Cylindrical-coordinate representation of color #3A1F21: hue angle of 355.56º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A1F21 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB583133-
CMYK00.470.430.77
HSL355.56º30.34%17.45%-
HSV(B)355.56º46.55%22.75%-
XYZ2.511.991.69-
YUV39.3124.45141.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.54%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=47.54%
G=25.41%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58313300.470.430.77355.5630.3417.45
Hex3A1F2102F2B4D1641e11
Octal723741057531155443621
Binary11101011111100001010111110101110011011011001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,31,33); }

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

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

 a { background-color: rgb(58,31,33); }

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

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

 span { border-color: rgb(58,31,33); }

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