#320C18

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

Shades of Rustic Red #320C18

Tints of Rustic Red #320C18

Color information

#320C18 (or 0x320C18) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 18. RGB value is (50,12,24). Sum of RGB (Red+Green+Blue) = 50+12+24=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #320C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C18 is #CDF3E7. Grayscale: #181818. Windows color (decimal): -13497320 or 1575986. OLE color: 1575986.

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

Color convert

RGB501224-
CMYK00.760.520.80
HSL341.05º61.29%12.16%-
HSV(B)341.05º76%19.61%-
XYZ1.611.010.97-
YUV24.73127.59146.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=58.14%
G=13.95%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122400.760.520.80341.0561.2912.16
Hex32C1804C34501553dc
Octal6214300114641205257514
Binary1100101100110000100110011010010100001010101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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