#321012

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

Shades of Rustic Red #321012

Tints of Rustic Red #321012

Color information

#321012 (or 0x321012) is unknown color: approx Rustic Red. HEX triplet: 32, 10 and 12. RGB value is (50,16,18). Sum of RGB (Red+Green+Blue) = 50+16+18=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321012 is #CDEFED. Grayscale: #1A1A1A. Windows color (decimal): -13496302 or 1183794. OLE color: 1183794.

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

Color convert

RGB501618-
CMYK00.680.640.80
HSL356.47º51.52%12.94%-
HSV(B)356.47º68%19.61%-
XYZ1.611.090.7-
YUV26.39123.26144.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=59.52%
G=19.05%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50161800.680.640.80356.4751.5212.94
Hex321012044405016434d
Octal62202201041001205446415
Binary110010100001001001000100100000010100001011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321012; }

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

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

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

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

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

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

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

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