#1F010D

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

Shades of Rustic Red #1F010D

Tints of Rustic Red #1F010D

Color information

#1F010D (or 0x1F010D) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 0D. RGB value is (31,1,13). Sum of RGB (Red+Green+Blue) = 31+1+13=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010D is #E0FEF2. Grayscale: #0B0B0B. Windows color (decimal): -14745331 or 852255. OLE color: 852255.

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

Color convert

RGB31113-
CMYK00.970.580.88
HSL336º93.75%6.27%-
HSV(B)336º96.77%12.16%-
XYZ0.650.340.41-
YUV11.34128.94142.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=68.89%
G=2.22%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111300.970.580.8833693.756.27
Hex1F1D0613A581505e6
Octal371150141721305201366
Binary11111111010110000111101010110001010100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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