#321319

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

Shades of Rustic Red #321319

Tints of Rustic Red #321319

Color information

#321319 (or 0x321319) is unknown color: approx Rustic Red. HEX triplet: 32, 13 and 19. RGB value is (50,19,25). Sum of RGB (Red+Green+Blue) = 50+19+25=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321319 is #CDECE6. Grayscale: #1C1C1C. Windows color (decimal): -13495527 or 1643314. OLE color: 1643314.

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

Color convert

RGB501925-
CMYK00.620.500.80
HSL348.39º44.93%13.53%-
HSV(B)348.39º62%19.61%-
XYZ1.721.211.06-
YUV28.95125.77143.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=53.19%
G=20.21%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50192500.620.500.80348.3944.9313.53
Hex32131903E325015c2de
Octal622331076621205345516
Binary1100101001111001011111011001010100001010111001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321319; }

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

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

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

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

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

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

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

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