#321517

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

Shades of Rustic Red #321517

Tints of Rustic Red #321517

Color information

#321517 (or 0x321517) is unknown color: approx Rustic Red. HEX triplet: 32, 15 and 17. RGB value is (50,21,23). Sum of RGB (Red+Green+Blue) = 50+21+23=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321517 is #CDEAE8. Grayscale: #1D1D1D. Windows color (decimal): -13495017 or 1512754. OLE color: 1512754.

HSL color Cylindrical-coordinate representation of color #321517: hue angle of 355.86º 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 #321517 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB502123-
CMYK00.580.540.80
HSL355.86º40.85%13.92%-
HSV(B)355.86º58%19.61%-
XYZ1.741.280.97-
YUV29.9124.11142.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=53.19%
G=22.34%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50212300.580.540.80355.8640.8513.92
Hex32151703A365016429e
Octal622527072661205445116
Binary1100101010110111011101011011010100001011001001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321517; }

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

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

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

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

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

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

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

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