#320C0F

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

Shades of Rustic Red #320C0F

Tints of Rustic Red #320C0F

Color information

#320C0F (or 0x320C0F) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 0F. RGB value is (50,12,15). Sum of RGB (Red+Green+Blue) = 50+12+15=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C0F is #CDF3F0. Grayscale: #171717. Windows color (decimal): -13497329 or 986162. OLE color: 986162.

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

Color convert

RGB501215-
CMYK00.760.700.80
HSL355.26º61.29%12.16%-
HSV(B)355.26º76%19.61%-
XYZ1.530.980.56-
YUV23.7123.09146.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=64.94%
G=15.58%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50121500.760.700.80355.2661.2912.16
Hex32CF04C46501633dc
Octal62141701141061205437514
Binary1100101100111101001100100011010100001011000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,12,15); }

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

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

 a { background-color: rgb(50,12,15); }

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

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

 span { border-color: rgb(50,12,15); }

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