#1F0811

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

Shades of Rustic Red #1F0811

Tints of Rustic Red #1F0811

Color information

#1F0811 (or 0x1F0811) is unknown color: approx Rustic Red. HEX triplet: 1F, 08 and 11. RGB value is (31,8,17). Sum of RGB (Red+Green+Blue) = 31+8+17=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0811 is #E0F7EE. Grayscale: #0F0F0F. Windows color (decimal): -14743535 or 1116191. OLE color: 1116191.

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

Color convert

RGB31817-
CMYK00.740.450.88
HSL336.52º58.97%7.65%-
HSV(B)336.52º74.19%12.16%-
XYZ0.750.510.59-
YUV15.9128.62138.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=55.36%
G=14.29%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3181700.740.450.88336.5258.977.65
Hex1F81104A2D581513b8
Octal3710210112551305217310
Binary111111000100010100101010110110110001010100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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