#320913

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

Shades of Rustic Red #320913

Tints of Rustic Red #320913

Color information

#320913 (or 0x320913) is unknown color: approx Rustic Red. HEX triplet: 32, 09 and 13. RGB value is (50,9,19). Sum of RGB (Red+Green+Blue) = 50+9+19=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #320913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320913 is #CDF6EC. Grayscale: #161616. Windows color (decimal): -13498093 or 1247538. OLE color: 1247538.

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

Color convert

RGB50919-
CMYK00.820.620.80
HSL345.37º69.49%11.57%-
HSV(B)345.37º82%19.61%-
XYZ1.530.920.71-
YUV22.4126.08147.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=64.10%
G=11.54%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5091900.820.620.80345.3769.4911.57
Hex329130523E5015945c
Octal62112301227612053110514
Binary11001010011001101010010111110101000010101100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320913; }

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

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

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

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

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

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

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

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