#321213

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

Shades of Rustic Red #321213

Tints of Rustic Red #321213

Color information

#321213 (or 0x321213) is unknown color: approx Rustic Red. HEX triplet: 32, 12 and 13. RGB value is (50,18,19). Sum of RGB (Red+Green+Blue) = 50+18+19=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321213 is #CDEDEC. Grayscale: #1B1B1B. Windows color (decimal): -13495789 or 1249842. OLE color: 1249842.

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

Color convert

RGB501819-
CMYK00.640.620.80
HSL358.12º47.06%13.33%-
HSV(B)358.12º64%19.61%-
XYZ1.651.160.75-
YUV27.68123.1143.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=57.47%
G=20.69%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181900.640.620.80358.1247.0613.33
Hex3212130403E501662fd
Octal6222230100761205465715
Binary11001010010100110100000011111010100001011001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321213; }

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

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

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

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

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

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

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

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