#320812

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

Shades of Rustic Red #320812

Tints of Rustic Red #320812

Color information

#320812 (or 0x320812) is unknown color: approx Rustic Red. HEX triplet: 32, 08 and 12. RGB value is (50,8,18). Sum of RGB (Red+Green+Blue) = 50+8+18=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320812 is #CDF7ED. Grayscale: #151515. Windows color (decimal): -13498350 or 1181746. OLE color: 1181746.

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

Color convert

RGB50818-
CMYK00.840.640.80
HSL345.71º72.41%11.37%-
HSV(B)345.71º84%19.61%-
XYZ1.510.90.67-
YUV21.7125.91148.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=65.79%
G=10.53%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5081800.840.640.80345.7172.4111.37
Hex32812054405015a48b
Octal621022012410012053211013
Binary110010100010010010101001000000101000010101101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320812; }

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

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

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

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

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

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

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

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