#320915

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

Shades of Rustic Red #320915

Tints of Rustic Red #320915

Color information

#320915 (or 0x320915) is unknown color: approx Rustic Red. HEX triplet: 32, 09 and 15. RGB value is (50,9,21). Sum of RGB (Red+Green+Blue) = 50+9+21=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #320915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320915 is #CDF6EA. Grayscale: #161616. Windows color (decimal): -13498091 or 1378610. OLE color: 1378610.

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

Color convert

RGB50921-
CMYK00.820.580.80
HSL342.44º69.49%11.57%-
HSV(B)342.44º82%19.61%-
XYZ1.550.930.81-
YUV22.63127.08147.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=62.5%
G=11.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5092100.820.580.80342.4469.4911.57
Hex329150523A5015645c
Octal62112501227212052610514
Binary11001010011010101010010111010101000010101011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320915; }

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

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

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

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

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

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

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

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