#321E1F

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

Shades of Rustic Red #321E1F

Tints of Rustic Red #321E1F

Color information

#321E1F (or 0x321E1F) is unknown color: approx Rustic Red. HEX triplet: 32, 1E and 1F. RGB value is (50,30,31). Sum of RGB (Red+Green+Blue) = 50+30+31=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #321E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E1F is #CDE1E0. Grayscale: #242424. Windows color (decimal): -13492705 or 2039346. OLE color: 2039346.

HSL color Cylindrical-coordinate representation of color #321E1F: hue angle of 357º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E1F is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB503031-
CMYK00.400.380.80
HSL357º25%15.69%-
HSV(B)357º40%19.61%-
XYZ2.031.711.52-
YUV36.09125.13137.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=45.05%
G=27.03%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50303100.400.380.803572515.69
Hex321E1F02826501651910
Octal623637050461205453120
Binary1100101111011111010100010011010100001011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,30,31); }

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

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

 a { background-color: rgb(50,30,31); }

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

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

 span { border-color: rgb(50,30,31); }

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