#320B1A

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

Shades of Rustic Red #320B1A

Tints of Rustic Red #320B1A

Color information

#320B1A (or 0x320B1A) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 1A. RGB value is (50,11,26). Sum of RGB (Red+Green+Blue) = 50+11+26=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1A is #CDF4E5. Grayscale: #181818. Windows color (decimal): -13497574 or 1706802. OLE color: 1706802.

HSL color Cylindrical-coordinate representation of color #320B1A: hue angle of 336.92º 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 #320B1A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB501126-
CMYK00.780.480.80
HSL336.92º63.93%11.96%-
HSV(B)336.92º78%19.61%-
XYZ1.620.991.08-
YUV24.37128.92146.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 11 (4.69% from 255) = 12.64%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=57.47%
G=12.64%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50112600.780.480.80336.9263.9311.96
Hex32B1A04E305015140c
Octal62133201166012052110014
Binary11001010111101001001110110000101000010101000110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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