#361E20

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

Shades of Rustic Red #361E20

Tints of Rustic Red #361E20

Color information

#361E20 (or 0x361E20) is unknown color: approx 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

RGB543032-
CMYK00.440.410.79
HSL355º28.57%16.47%-
HSV(B)355º44.44%21.18%-
XYZ2.251.821.6-
YUV37.4124.95139.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54303200.440.410.7935528.5716.47
Hex361E2002C294F1631d10
Octal663640054511175433520
Binary11011011110100000010110010100110011111011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>