#1F1215

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

Shades of Rustic Red #1F1215

Tints of Rustic Red #1F1215

Color information

#1F1215 (or 0x1F1215) is unknown color: approx Rustic Red. HEX triplet: 1F, 12 and 15. RGB value is (31,18,21). Sum of RGB (Red+Green+Blue) = 31+18+21=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1215 is #E0EDEA. Grayscale: #161616. Windows color (decimal): -14740971 or 1380895. OLE color: 1380895.

HSL color Cylindrical-coordinate representation of color #1F1215: hue angle of 346.15º 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 #1F1215 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB311821-
CMYK00.420.320.88
HSL346.15º26.53%9.61%-
HSV(B)346.15º41.94%12.16%-
XYZ0.920.780.81-
YUV22.23127.31134.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 21 (8.59% from 255) = 30%
R=44.29%
G=25.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182100.420.320.88346.1526.539.61
Hex1F121502A205815a1ba
Octal372225052401305323312
Binary11111100101010101010101000001011000101011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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