#320413

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

Shades of Rustic Red #320413

Tints of Rustic Red #320413

Color information

#320413 (or 0x320413) is unknown color: approx Rustic Red. HEX triplet: 32, 04 and 13. RGB value is (50,4,19). Sum of RGB (Red+Green+Blue) = 50+4+19=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320413 is #CDFBEC. Grayscale: #131313. Windows color (decimal): -13499373 or 1246258. OLE color: 1246258.

HSL color Cylindrical-coordinate representation of color #320413: hue angle of 340.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320413 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB50419-
CMYK00.920.620.80
HSL340.43º85.19%10.59%-
HSV(B)340.43º92%19.61%-
XYZ1.480.810.7-
YUV19.46127.74149.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=68.49%
G=5.48%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5041900.920.620.80340.4385.1910.59
Hex3241305C3E5015455b
Octal6242301347612052412513
Binary1100101001001101011100111110101000010101010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320413; }

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

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

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

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

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

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

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

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