#352021

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

Shades of Rustic Red #352021

Tints of Rustic Red #352021

Color information

#352021 (or 0x352021) is unknown color: approx Rustic Red. HEX triplet: 35, 20 and 21. RGB value is (53,32,33). Sum of RGB (Red+Green+Blue) = 53+32+33=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #352021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352021 is #CADFDE. Grayscale: #262626. Windows color (decimal): -13295583 or 2170933. OLE color: 2170933.

HSL color Cylindrical-coordinate representation of color #352021: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352021 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB533233-
CMYK00.400.380.79
HSL357.14º24.71%16.67%-
HSV(B)357.14º39.62%20.78%-
XYZ2.261.91.69-
YUV38.39124.96138.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=44.92%
G=27.12%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53323300.400.380.79357.1424.7116.67
Hex352021028264F1651911
Octal654041050461175453121
Binary110101100000100001010100010011010011111011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352021; }

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

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

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

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

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

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

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

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