#321219

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

Shades of Rustic Red #321219

Tints of Rustic Red #321219

Color information

#321219 (or 0x321219) is unknown color: approx Rustic Red. HEX triplet: 32, 12 and 19. RGB value is (50,18,25). Sum of RGB (Red+Green+Blue) = 50+18+25=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321219 is #CDEDE6. Grayscale: #1C1C1C. Windows color (decimal): -13495783 or 1643058. OLE color: 1643058.

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

Color convert

RGB501825-
CMYK00.640.500.80
HSL346.88º47.06%13.33%-
HSV(B)346.88º64%19.61%-
XYZ1.711.181.06-
YUV28.37126.1143.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=53.76%
G=19.35%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50182500.640.500.80346.8847.0613.33
Hex321219040325015b2fd
Octal6222310100621205335715
Binary11001010010110010100000011001010100001010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321219; }

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

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

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

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

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

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

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

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