Html Css Color HEX #361E20 Rustic Red

📋 copy color: '#361E20'

red 54 ◦ green 30 ◦ blue 32

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

Shades of Rustic Red #361E20

Tints of Rustic Red #361E20

RGB

 RED value IS 54 (21.48% from 255) = 46.55%

 GREEN value IS 30 (12.11% from 255) = 25.86%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 46.55%
G = 25.86%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#361E20 (or 0x361E20) is known color: Rustic Red. HEX triplet: 36, 1E and 20. RGB value is (54,30,32). Sum of RGB (Red+Green+Blue) = 54+30+32=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #361E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E20 is #C9E1DF. Grayscale: #252525. Windows color (decimal): -13230560 or 2104886. OLE color: 2104886.

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

Color convert

RGB 54 30 32 -
CMYK 0 0.44 0.41 0.79
HSL 355º 0.29% 0.16% -
HSV(B) 355º 0.44% 0.21% -
XYZ 2.25 1.82 1.6 -
YUV 37.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 54 30 32 0 0.44 0.41 0.79 355 0.29 0.16
Hex 36 1E 20 0 2C 29 4F 163 1D 10
Octal 66 36 40 0 54 51 117 543 35 20
Binary 110110 11110 100000 0 101100 101001 1001111 101100011 11101 10000

Color Harmonies of #361E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E20

Black with #361E20

Text Example


Text Example

White with #361E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #361E20;
 }
 .AnyTagClassName
 {
   color: #361E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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