#321819

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

Shades of Rustic Red #321819

Tints of Rustic Red #321819

Color information

#321819 (or 0x321819) is unknown color: approx Rustic Red. HEX triplet: 32, 18 and 19. RGB value is (50,24,25). Sum of RGB (Red+Green+Blue) = 50+24+25=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321819 is #CDE7E6. Grayscale: #1F1F1F. Windows color (decimal): -13494247 or 1644594. OLE color: 1644594.

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

Color convert

RGB502425-
CMYK00.520.500.80
HSL357.69º35.14%14.51%-
HSV(B)357.69º52%19.61%-
XYZ1.821.41.09-
YUV31.89124.11140.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=50.51%
G=24.24%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50242500.520.500.80357.6935.1414.51
Hex321819034325016623f
Octal623031064621205464317
Binary1100101100011001011010011001010100001011001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321819; }

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

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

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

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

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

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

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

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