#361F21

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

Shades of Rustic Red #361F21

Tints of Rustic Red #361F21

Color information

#361F21 (or 0x361F21) is unknown color: approx Rustic Red. HEX triplet: 36, 1F and 21. RGB value is (54,31,33). Sum of RGB (Red+Green+Blue) = 54+31+33=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #361F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F21 is #C9E0DE. Grayscale: #262626. Windows color (decimal): -13230303 or 2170678. OLE color: 2170678.

HSL color Cylindrical-coordinate representation of color #361F21: hue angle of 354.78º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #361F21 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB543133-
CMYK00.430.390.79
HSL354.78º27.06%16.67%-
HSV(B)354.78º42.59%21.18%-
XYZ2.291.871.68-
YUV38.11125.12139.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=45.76%
G=26.27%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54313300.430.390.79354.7827.0616.67
Hex361F2102B274F1631b11
Octal663741053471175433321
Binary11011011111100001010101110011110011111011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,33); }

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

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

 a { background-color: rgb(54,31,33); }

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

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

 span { border-color: rgb(54,31,33); }

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