#1F0106

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

Shades of Rustic Red #1F0106

Tints of Rustic Red #1F0106

Color information

#1F0106 (or 0x1F0106) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 06. RGB value is (31,1,6). Sum of RGB (Red+Green+Blue) = 31+1+6=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0106 is #E0FEF9. Grayscale: #0A0A0A. Windows color (decimal): -14745338 or 393503. OLE color: 393503.

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

Color convert

RGB3116-
CMYK00.970.810.88
HSL350º93.75%6.27%-
HSV(B)350º96.77%12.16%-
XYZ0.610.330.2-
YUV10.54125.44142.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 81.58%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=81.58%
G=2.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal311600.970.810.8835093.756.27
Hex1F16061515815e5e6
Octal371601411211305361366
Binary11111111001100001101000110110001010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,6); }

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

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

 a { background-color: rgb(31,1,6); }

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

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

 span { border-color: rgb(31,1,6); }

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