#1F080D

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

Shades of Rustic Red #1F080D

Tints of Rustic Red #1F080D

Color information

#1F080D (or 0x1F080D) is unknown color: approx Rustic Red. HEX triplet: 1F, 08 and 0D. RGB value is (31,8,13). Sum of RGB (Red+Green+Blue) = 31+8+13=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080D is #E0F7F2. Grayscale: #0F0F0F. Windows color (decimal): -14743539 or 854047. OLE color: 854047.

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

Color convert

RGB31813-
CMYK00.740.580.88
HSL346.96º58.97%7.65%-
HSV(B)346.96º74.19%12.16%-
XYZ0.720.490.44-
YUV15.45126.62139.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 13 (5.47% from 255) = 25%
R=59.62%
G=15.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3181300.740.580.88346.9658.977.65
Hex1F8D04A3A5815b3b8
Octal3710150112721305337310
Binary11111100011010100101011101010110001010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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