Html Css Color HEX #352021 Rustic Red

📋 copy color: '#352021'

red 53 ◦ green 32 ◦ blue 33

#352021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #352021

Tints of Rustic Red #352021

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 value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352021 (or 0x352021) is known color: 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

RGB 53 32 33 -
CMYK 0 0.40 0.38 0.79
HSL 357.14º 0.25% 0.17% -
HSV(B) 357.14º 0.4% 0.21% -
XYZ 2.26 1.9 1.69 -
YUV 38.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 53 32 33 0 0.40 0.38 0.79 357.14 0.25 0.17
Hex 35 20 21 0 28 26 4F 165 19 11
Octal 65 40 41 0 50 46 117 545 31 21
Binary 110101 100000 100001 0 101000 100110 1001111 101100101 11001 10001

Color Harmonies of #352021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352021

Black with #352021

Text Example


Text Example

White with #352021

Text Example


Text Example

HTML Codes & Css Web 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>