#1F020E

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

Shades of Rustic Red #1F020E

Tints of Rustic Red #1F020E

Color information

#1F020E (or 0x1F020E) is unknown color: approx Rustic Red. HEX triplet: 1F, 02 and 0E. RGB value is (31,2,14). Sum of RGB (Red+Green+Blue) = 31+2+14=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F020E is #E0FDF1. Grayscale: #0C0C0C. Windows color (decimal): -14745074 or 918047. OLE color: 918047.

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

Color convert

RGB31214-
CMYK00.940.550.88
HSL335.17º87.88%6.47%-
HSV(B)335.17º93.55%12.16%-
XYZ0.670.370.45-
YUV12.04129.11141.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 65.96%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=65.96%
G=4.26%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121400.940.550.88335.1787.886.47
Hex1F2E05E375814f586
Octal372160136671305171306
Binary111111011100101111011011110110001010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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