#321B1D

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

Shades of Rustic Red #321B1D

Tints of Rustic Red #321B1D

Color information

#321B1D (or 0x321B1D) is unknown color: approx Rustic Red. HEX triplet: 32, 1B and 1D. RGB value is (50,27,29). Sum of RGB (Red+Green+Blue) = 50+27+29=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #321B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B1D is #CDE4E2. Grayscale: #222222. Windows color (decimal): -13493475 or 1907506. OLE color: 1907506.

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

Color convert

RGB502729-
CMYK00.460.420.80
HSL354.78º29.87%15.1%-
HSV(B)354.78º46%19.61%-
XYZ1.931.551.36-
YUV34.1125.12139.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=47.17%
G=25.47%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50272900.460.420.80354.7829.8715.1
Hex321B1D02E2A501631ef
Octal623335056521205433617
Binary110010110111110101011101010101010000101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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