#1F1214

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

Shades of Rustic Red #1F1214

Tints of Rustic Red #1F1214

Color information

#1F1214 (or 0x1F1214) is unknown color: approx Rustic Red. HEX triplet: 1F, 12 and 14. RGB value is (31,18,20). Sum of RGB (Red+Green+Blue) = 31+18+20=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1214 is #E0EDEB. Grayscale: #161616. Windows color (decimal): -14740972 or 1315359. OLE color: 1315359.

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

Color convert

RGB311820-
CMYK00.420.350.88
HSL350.77º26.53%9.61%-
HSV(B)350.77º41.94%12.16%-
XYZ0.910.770.76-
YUV22.12126.81134.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=44.93%
G=26.09%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182000.420.350.88350.7726.539.61
Hex1F121402A235815f1ba
Octal372224052431305373312
Binary11111100101010001010101000111011000101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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