#321B1C

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

Shades of Rustic Red #321B1C

Tints of Rustic Red #321B1C

Color information

#321B1C (or 0x321B1C) is unknown color: approx Rustic Red. HEX triplet: 32, 1B and 1C. RGB value is (50,27,28). Sum of RGB (Red+Green+Blue) = 50+27+28=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B1C is #CDE4E3. Grayscale: #222222. Windows color (decimal): -13493476 or 1841970. OLE color: 1841970.

HSL color Cylindrical-coordinate representation of color #321B1C: hue angle of 357.39º 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 #321B1C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB502728-
CMYK00.460.440.80
HSL357.39º29.87%15.1%-
HSV(B)357.39º46%19.61%-
XYZ1.921.551.3-
YUV33.99124.62139.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=47.62%
G=25.71%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50272800.460.440.80357.3929.8715.1
Hex321B1C02E2C501651ef
Octal623334056541205453617
Binary110010110111110001011101011001010000101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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