#321519

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

Shades of Rustic Red #321519

Tints of Rustic Red #321519

Color information

#321519 (or 0x321519) is unknown color: approx Rustic Red. HEX triplet: 32, 15 and 19. RGB value is (50,21,25). Sum of RGB (Red+Green+Blue) = 50+21+25=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321519 is #CDEAE6. Grayscale: #1E1E1E. Windows color (decimal): -13495015 or 1643826. OLE color: 1643826.

HSL color Cylindrical-coordinate representation of color #321519: hue angle of 351.72º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321519 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB502125-
CMYK00.580.500.80
HSL351.72º40.85%13.92%-
HSV(B)351.72º58%19.61%-
XYZ1.761.281.07-
YUV30.13125.11142.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=52.08%
G=21.88%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50212500.580.500.80351.7240.8513.92
Hex32151903A325016029e
Octal622531072621205405116
Binary1100101010111001011101011001010100001011000001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321519; }

 p { color: rgb(50,21,25); }

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

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

 a { background-color: rgb(50,21,25); }

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

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

 span { border-color: rgb(50,21,25); }

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