#320609

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

Shades of Rustic Red #320609

Tints of Rustic Red #320609

Color information

#320609 (or 0x320609) is unknown color: approx Rustic Red. HEX triplet: 32, 06 and 09. RGB value is (50,6,9). Sum of RGB (Red+Green+Blue) = 50+6+9=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #320609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320609 is #CDF9F6. Grayscale: #131313. Windows color (decimal): -13498871 or 591410. OLE color: 591410.

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

Color convert

RGB5069-
CMYK00.880.820.80
HSL355.91º78.57%10.98%-
HSV(B)355.91º88%19.61%-
XYZ1.430.830.34-
YUV19.5122.08149.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 76.92%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=76.92%
G=9.23%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal506900.880.820.80355.9178.5710.98
Hex326905852501644fb
Octal62611013012212054411713
Binary1100101101001010110001010010101000010110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320609; }

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

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

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

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

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

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

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

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