#362021

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

Shades of Rustic Red #362021

Tints of Rustic Red #362021

Color information

#362021 (or 0x362021) is unknown color: approx Rustic Red. HEX triplet: 36, 20 and 21. RGB value is (54,32,33). Sum of RGB (Red+Green+Blue) = 54+32+33=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #362021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362021 is #C9DFDE. Grayscale: #262626. Windows color (decimal): -13230047 or 2170934. OLE color: 2170934.

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

Color convert

RGB543233-
CMYK00.410.390.79
HSL357.27º25.58%16.86%-
HSV(B)357.27º40.74%21.18%-
XYZ2.311.931.69-
YUV38.69124.79138.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=45.38%
G=26.89%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54323300.410.390.79357.2725.5816.86
Hex362021029274F1651a11
Octal664041051471175453221
Binary110110100000100001010100110011110011111011001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362021; }

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

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

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

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

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

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

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

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