#320C19

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

Shades of Rustic Red #320C19

Tints of Rustic Red #320C19

Color information

#320C19 (or 0x320C19) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 19. RGB value is (50,12,25). Sum of RGB (Red+Green+Blue) = 50+12+25=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C19 is #CDF3E6. Grayscale: #181818. Windows color (decimal): -13497319 or 1641522. OLE color: 1641522.

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

Color convert

RGB501225-
CMYK00.760.500.80
HSL339.47º61.29%12.16%-
HSV(B)339.47º76%19.61%-
XYZ1.621.011.03-
YUV24.84128.09145.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=57.47%
G=13.79%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122500.760.500.80339.4761.2912.16
Hex32C1904C32501533dc
Octal6214310114621205237514
Binary1100101100110010100110011001010100001010100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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