#351E20

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

Shades of Rustic Red #351E20

Tints of Rustic Red #351E20

Color information

#351E20 (or 0x351E20) is unknown color: approx Rustic Red. HEX triplet: 35, 1E and 20. RGB value is (53,30,32). Sum of RGB (Red+Green+Blue) = 53+30+32=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E20 is #CAE1DF. Grayscale: #252525. Windows color (decimal): -13296096 or 2104885. OLE color: 2104885.

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

Color convert

RGB533032-
CMYK00.430.400.79
HSL354.78º27.71%16.27%-
HSV(B)354.78º43.4%20.78%-
XYZ2.191.791.6-
YUV37.11125.12139.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=46.09%
G=26.09%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53303200.430.400.79354.7827.7116.27
Hex351E2002B284F1631c10
Octal653640053501175433420
Binary11010111110100000010101110100010011111011000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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