#1F0911

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

Shades of Rustic Red #1F0911

Tints of Rustic Red #1F0911

Color information

#1F0911 (or 0x1F0911) is unknown color: approx Rustic Red. HEX triplet: 1F, 09 and 11. RGB value is (31,9,17). Sum of RGB (Red+Green+Blue) = 31+9+17=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0911 is #E0F6EE. Grayscale: #101010. Windows color (decimal): -14743279 or 1116447. OLE color: 1116447.

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

Color convert

RGB31917-
CMYK00.710.450.88
HSL338.18º55%7.84%-
HSV(B)338.18º70.97%12.16%-
XYZ0.760.530.59-
YUV16.49128.29138.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=54.39%
G=15.79%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3191700.710.450.88338.18557.84
Hex1F9110472D58152378
Octal3711210107551305226710
Binary111111001100010100011110110110110001010100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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