#320813

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

Shades of Rustic Red #320813

Tints of Rustic Red #320813

Color information

#320813 (or 0x320813) is unknown color: approx Rustic Red. HEX triplet: 32, 08 and 13. RGB value is (50,8,19). Sum of RGB (Red+Green+Blue) = 50+8+19=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320813 is #CDF7EC. Grayscale: #151515. Windows color (decimal): -13498349 or 1247282. OLE color: 1247282.

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

Color convert

RGB50819-
CMYK00.840.620.80
HSL344.29º72.41%11.37%-
HSV(B)344.29º84%19.61%-
XYZ1.520.90.71-
YUV21.81126.41148.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=64.94%
G=10.39%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5081900.840.620.80344.2972.4111.37
Hex328130543E5015848b
Octal62102301247612053011013
Binary11001010001001101010100111110101000010101100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320813; }

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

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

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

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

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

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

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

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