#351F20

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

Shades of Rustic Red #351F20

Tints of Rustic Red #351F20

Color information

#351F20 (or 0x351F20) is unknown color: approx Rustic Red. HEX triplet: 35, 1F and 20. RGB value is (53,31,32). Sum of RGB (Red+Green+Blue) = 53+31+32=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F20 is #CAE0DF. Grayscale: #252525. Windows color (decimal): -13295840 or 2105141. OLE color: 2105141.

HSL color Cylindrical-coordinate representation of color #351F20: hue angle of 357.27º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F20 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB533132-
CMYK00.420.400.79
HSL357.27º26.19%16.47%-
HSV(B)357.27º41.51%20.78%-
XYZ2.221.841.6-
YUV37.69124.79138.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=45.69%
G=26.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53313200.420.400.79357.2726.1916.47
Hex351F2002A284F1651a10
Octal653740052501175453220
Binary11010111111100000010101010100010011111011001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F20; }

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

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

<style>
 a { background-color: #351F20; }

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

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

<style>
 span { border-color: #351F20; }

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

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