#321217

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

Shades of Rustic Red #321217

Tints of Rustic Red #321217

Color information

#321217 (or 0x321217) is unknown color: approx Rustic Red. HEX triplet: 32, 12 and 17. RGB value is (50,18,23). Sum of RGB (Red+Green+Blue) = 50+18+23=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321217 is #CDEDE8. Grayscale: #1C1C1C. Windows color (decimal): -13495785 or 1511986. OLE color: 1511986.

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

Color convert

RGB501823-
CMYK00.640.540.80
HSL350.62º47.06%13.33%-
HSV(B)350.62º64%19.61%-
XYZ1.691.170.95-
YUV28.14125.1143.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=54.95%
G=19.78%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50182300.640.540.80350.6247.0613.33
Hex321217040365015f2fd
Octal6222270100661205375715
Binary11001010010101110100000011011010100001010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321217; }

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

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

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

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

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

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

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

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