#1F1011

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

Shades of Rustic Red #1F1011

Tints of Rustic Red #1F1011

Color information

#1F1011 (or 0x1F1011) is unknown color: approx Rustic Red. HEX triplet: 1F, 10 and 11. RGB value is (31,16,17). Sum of RGB (Red+Green+Blue) = 31+16+17=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1011 is #E0EFEE. Grayscale: #141414. Windows color (decimal): -14741487 or 1118239. OLE color: 1118239.

HSL color Cylindrical-coordinate representation of color #1F1011: hue angle of 356º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1011 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB311617-
CMYK00.480.450.88
HSL356º31.91%9.22%-
HSV(B)356º48.39%12.16%-
XYZ0.850.70.62-
YUV20.6125.97135.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=48.44%
G=25%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161700.480.450.8835631.919.22
Hex1F10110302D58164209
Octal372021060551305444011
Binary111111000010001011000010110110110001011001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,17); }

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

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

 a { background-color: rgb(31,16,17); }

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

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

 span { border-color: rgb(31,16,17); }

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