#321015

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

Shades of Rustic Red #321015

Tints of Rustic Red #321015

Color information

#321015 (or 0x321015) is unknown color: approx Rustic Red. HEX triplet: 32, 10 and 15. RGB value is (50,16,21). Sum of RGB (Red+Green+Blue) = 50+16+21=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321015 is #CDEFEA. Grayscale: #1A1A1A. Windows color (decimal): -13496299 or 1380402. OLE color: 1380402.

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

Color convert

RGB501621-
CMYK00.680.580.80
HSL351.18º51.52%12.94%-
HSV(B)351.18º68%19.61%-
XYZ1.641.10.84-
YUV26.74124.76144.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=57.47%
G=18.39%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50162100.680.580.80351.1851.5212.94
Hex3210150443A5015f34d
Octal6220250104721205376415
Binary11001010000101010100010011101010100001010111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321015; }

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

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

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

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

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

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

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

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