#1F1216

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

Shades of Rustic Red #1F1216

Tints of Rustic Red #1F1216

Color information

#1F1216 (or 0x1F1216) is unknown color: approx Rustic Red. HEX triplet: 1F, 12 and 16. RGB value is (31,18,22). Sum of RGB (Red+Green+Blue) = 31+18+22=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1216 is #E0EDE9. Grayscale: #161616. Windows color (decimal): -14740970 or 1446431. OLE color: 1446431.

HSL color Cylindrical-coordinate representation of color #1F1216: hue angle of 341.54º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1216 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB311822-
CMYK00.420.290.88
HSL341.54º26.53%9.61%-
HSV(B)341.54º41.94%12.16%-
XYZ0.930.780.86-
YUV22.34127.81134.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=43.66%
G=25.35%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182200.420.290.88341.5426.539.61
Hex1F121602A1D581561ba
Octal372226052351305263312
Binary1111110010101100101010111011011000101010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1216; }

 p { color: rgb(31,18,22); }

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

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

 a { background-color: rgb(31,18,22); }

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

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

 span { border-color: rgb(31,18,22); }

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