#1F020D

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

Shades of Rustic Red #1F020D

Tints of Rustic Red #1F020D

Color information

#1F020D (or 0x1F020D) is unknown color: approx Rustic Red. HEX triplet: 1F, 02 and 0D. RGB value is (31,2,13). Sum of RGB (Red+Green+Blue) = 31+2+13=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F020D is #E0FDF2. Grayscale: #0B0B0B. Windows color (decimal): -14745075 or 852511. OLE color: 852511.

HSL color Cylindrical-coordinate representation of color #1F020D: hue angle of 337.24º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F020D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB31213-
CMYK00.940.580.88
HSL337.24º87.88%6.47%-
HSV(B)337.24º93.55%12.16%-
XYZ0.660.360.42-
YUV11.92128.61141.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 67.39%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=67.39%
G=4.35%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121300.940.580.88337.2487.886.47
Hex1F2D05E3A58151586
Octal372150136721305211306
Binary111111011010101111011101010110001010100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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