#321317

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

Shades of Rustic Red #321317

Tints of Rustic Red #321317

Color information

#321317 (or 0x321317) is unknown color: approx Rustic Red. HEX triplet: 32, 13 and 17. RGB value is (50,19,23). Sum of RGB (Red+Green+Blue) = 50+19+23=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321317 is #CDECE8. Grayscale: #1C1C1C. Windows color (decimal): -13495529 or 1512242. OLE color: 1512242.

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

Color convert

RGB501923-
CMYK00.620.540.80
HSL352.26º44.93%13.53%-
HSV(B)352.26º62%19.61%-
XYZ1.71.210.95-
YUV28.72124.77143.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 23 (9.38% from 255) = 25%
R=54.35%
G=20.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50192300.620.540.80352.2644.9313.53
Hex32131703E36501602de
Octal622327076661205405516
Binary1100101001110111011111011011010100001011000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321317; }

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

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

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

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

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

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

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

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