#3B1F20

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

Shades of Rustic Red #3B1F20

Tints of Rustic Red #3B1F20

Color information

#3B1F20 (or 0x3B1F20) is unknown color: approx Rustic Red. HEX triplet: 3B, 1F and 20. RGB value is (59,31,32). Sum of RGB (Red+Green+Blue) = 59+31+32=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F20 is #C4E0DF. Grayscale: #272727. Windows color (decimal): -12902624 or 2105147. OLE color: 2105147.

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

Color convert

RGB593132-
CMYK00.470.460.77
HSL357.86º31.11%17.65%-
HSV(B)357.86º47.46%23.14%-
XYZ2.552.011.62-
YUV39.49123.78141.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.36%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=48.36%
G=25.41%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59313200.470.460.77357.8631.1117.65
Hex3B1F2002F2E4D1661f12
Octal733740057561155463722
Binary11101111111100000010111110111010011011011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,31,32); }

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

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

 a { background-color: rgb(59,31,32); }

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

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

 span { border-color: rgb(59,31,32); }

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