Html Css Color HEX #351E20 Rustic Red

📋 copy color: '#351E20'

red 53 ◦ green 30 ◦ blue 32

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

Shades of Rustic Red #351E20

Tints of Rustic Red #351E20

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

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#351E20 (or 0x351E20) is known color: 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

RGB 53 30 32 -
CMYK 0 0.43 0.40 0.79
HSL 354.78º 0.28% 0.16% -
HSV(B) 354.78º 0.43% 0.21% -
XYZ 2.19 1.79 1.6 -
YUV 37.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 53 30 32 0 0.43 0.40 0.79 354.78 0.28 0.16
Hex 35 1E 20 0 2B 28 4F 163 1C 10
Octal 65 36 40 0 53 50 117 543 34 20
Binary 110101 11110 100000 0 101011 101000 1001111 101100011 11100 10000

Color Harmonies of #351E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E20

Black with #351E20

Text Example


Text Example

White with #351E20

Text Example


Text Example

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