#320B10

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

Shades of Rustic Red #320B10

Tints of Rustic Red #320B10

Color information

#320B10 (or 0x320B10) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 10. RGB value is (50,11,16). Sum of RGB (Red+Green+Blue) = 50+11+16=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B10 is #CDF4EF. Grayscale: #171717. Windows color (decimal): -13497584 or 1051442. OLE color: 1051442.

HSL color Cylindrical-coordinate representation of color #320B10: hue angle of 352.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B10 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB501116-
CMYK00.780.680.80
HSL352.31º63.93%11.96%-
HSV(B)352.31º78%19.61%-
XYZ1.530.950.59-
YUV23.23123.92147.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=64.94%
G=14.29%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50111600.780.680.80352.3163.9311.96
Hex32B1004E445016040c
Octal621320011610412054010014
Binary110010101110000010011101000100101000010110000010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B10; }

 p { color: rgb(50,11,16); }

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

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

 a { background-color: rgb(50,11,16); }

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

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

 span { border-color: rgb(50,11,16); }

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