#321718

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

Shades of Rustic Red #321718

Tints of Rustic Red #321718

Color information

#321718 (or 0x321718) is unknown color: approx Rustic Red. HEX triplet: 32, 17 and 18. RGB value is (50,23,24). Sum of RGB (Red+Green+Blue) = 50+23+24=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321718 is #CDE8E7. Grayscale: #1F1F1F. Windows color (decimal): -13494504 or 1578802. OLE color: 1578802.

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

Color convert

RGB502324-
CMYK00.540.520.80
HSL357.78º36.99%14.31%-
HSV(B)357.78º54%19.61%-
XYZ1.791.361.03-
YUV31.19123.95141.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=51.55%
G=23.71%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232400.540.520.80357.7836.9914.31
Hex321718036345016625e
Octal622730066641205464516
Binary1100101011111000011011011010010100001011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321718; }

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

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

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

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

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

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

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

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