#391516

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

Shades of Rustic Red #391516

Tints of Rustic Red #391516

Color information

#391516 (or 0x391516) is unknown color: approx Rustic Red. HEX triplet: 39, 15 and 16. RGB value is (57,21,22). Sum of RGB (Red+Green+Blue) = 57+21+22=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391516 is #C6EAE9. Grayscale: #1F1F1F. Windows color (decimal): -13036266 or 1447225. OLE color: 1447225.

HSL color Cylindrical-coordinate representation of color #391516: hue angle of 358.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391516 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB572122-
CMYK00.630.610.78
HSL358.33º46.15%15.29%-
HSV(B)358.33º63.16%22.35%-
XYZ2.11.460.93-
YUV31.88122.43145.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 22 (8.98% from 255) = 22%
R=57%
G=21%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57212200.630.610.78358.3346.1515.29
Hex39151603F3D4E1662ef
Octal712526077751165465617
Binary1110011010110110011111111110110011101011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391516; }

 p { color: rgb(57,21,22); }

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

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

 a { background-color: rgb(57,21,22); }

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

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

 span { border-color: rgb(57,21,22); }

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