#321C1D

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

Shades of Rustic Red #321C1D

Tints of Rustic Red #321C1D

Color information

#321C1D (or 0x321C1D) is unknown color: approx Rustic Red. HEX triplet: 32, 1C and 1D. RGB value is (50,28,29). Sum of RGB (Red+Green+Blue) = 50+28+29=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1D is #CDE3E2. Grayscale: #222222. Windows color (decimal): -13493219 or 1907762. OLE color: 1907762.

HSL color Cylindrical-coordinate representation of color #321C1D: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321C1D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB502829-
CMYK00.440.420.80
HSL357.27º28.21%15.29%-
HSV(B)357.27º44%19.61%-
XYZ1.951.61.37-
YUV34.69124.79138.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=46.73%
G=26.17%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50282900.440.420.80357.2728.2115.29
Hex321C1D02C2A501651cf
Octal623435054521205453417
Binary110010111001110101011001010101010000101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C1D; }

 p { color: rgb(50,28,29); }

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

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

 a { background-color: rgb(50,28,29); }

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

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

 span { border-color: rgb(50,28,29); }

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