#321218

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

Shades of Rustic Red #321218

Tints of Rustic Red #321218

Color information

#321218 (or 0x321218) is unknown color: approx Rustic Red. HEX triplet: 32, 12 and 18. RGB value is (50,18,24). Sum of RGB (Red+Green+Blue) = 50+18+24=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321218 is #CDEDE7. Grayscale: #1C1C1C. Windows color (decimal): -13495784 or 1577522. OLE color: 1577522.

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

Color convert

RGB501824-
CMYK00.640.520.80
HSL348.75º47.06%13.33%-
HSV(B)348.75º64%19.61%-
XYZ1.71.181-
YUV28.25125.6143.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=54.35%
G=19.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50182400.640.520.80348.7547.0613.33
Hex321218040345015d2fd
Octal6222300100641205355715
Binary11001010010110000100000011010010100001010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321218; }

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

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

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

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

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

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

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

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