#320C17

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

Shades of Rustic Red #320C17

Tints of Rustic Red #320C17

Color information

#320C17 (or 0x320C17) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 17. RGB value is (50,12,23). Sum of RGB (Red+Green+Blue) = 50+12+23=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C17 is #CDF3E8. Grayscale: #181818. Windows color (decimal): -13497321 or 1510450. OLE color: 1510450.

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

Color convert

RGB501223-
CMYK00.760.540.80
HSL342.63º61.29%12.16%-
HSV(B)342.63º76%19.61%-
XYZ1.610.92-
YUV24.62127.09146.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 12 (5.08% from 255) = 14.12%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=58.82%
G=14.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122300.760.540.80342.6361.2912.16
Hex32C1704C36501573dc
Octal6214270114661205277514
Binary1100101100101110100110011011010100001010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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