#1F080E

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

Shades of Rustic Red #1F080E

Tints of Rustic Red #1F080E

Color information

#1F080E (or 0x1F080E) is unknown color: approx Rustic Red. HEX triplet: 1F, 08 and 0E. RGB value is (31,8,14). Sum of RGB (Red+Green+Blue) = 31+8+14=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080E is #E0F7F1. Grayscale: #0F0F0F. Windows color (decimal): -14743538 or 919583. OLE color: 919583.

HSL color Cylindrical-coordinate representation of color #1F080E: hue angle of 344.35º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F080E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB31814-
CMYK00.740.550.88
HSL344.35º58.97%7.65%-
HSV(B)344.35º74.19%12.16%-
XYZ0.730.50.47-
YUV15.56127.12139.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=58.49%
G=15.09%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3181400.740.550.88344.3558.977.65
Hex1F8E04A37581583b8
Octal3710160112671305307310
Binary11111100011100100101011011110110001010110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,14); }

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

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

 a { background-color: rgb(31,8,14); }

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

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

 span { border-color: rgb(31,8,14); }

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