#321018

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

Shades of Rustic Red #321018

Tints of Rustic Red #321018

Color information

#321018 (or 0x321018) is unknown color: approx Rustic Red. HEX triplet: 32, 10 and 18. RGB value is (50,16,24). Sum of RGB (Red+Green+Blue) = 50+16+24=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321018 is #CDEFE7. Grayscale: #1B1B1B. Windows color (decimal): -13496296 or 1577010. OLE color: 1577010.

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

Color convert

RGB501624-
CMYK00.680.520.80
HSL345.88º51.52%12.94%-
HSV(B)345.88º68%19.61%-
XYZ1.671.110.99-
YUV27.08126.26144.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=55.56%
G=17.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50162400.680.520.80345.8851.5212.94
Hex321018044345015a34d
Octal6220300104641205326415
Binary11001010000110000100010011010010100001010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321018; }

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

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

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

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

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

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

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

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