#1F0F11

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

Shades of Rustic Red #1F0F11

Tints of Rustic Red #1F0F11

Color information

#1F0F11 (or 0x1F0F11) is unknown color: approx Rustic Red. HEX triplet: 1F, 0F and 11. RGB value is (31,15,17). Sum of RGB (Red+Green+Blue) = 31+15+17=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F11 is #E0F0EE. Grayscale: #141414. Windows color (decimal): -14741743 or 1117983. OLE color: 1117983.

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

Color convert

RGB311517-
CMYK00.520.450.88
HSL352.5º34.78%9.02%-
HSV(B)352.5º51.61%12.16%-
XYZ0.840.670.62-
YUV20.01126.3135.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=49.21%
G=23.81%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31151700.520.450.88352.534.789.02
Hex1FF110342D58160239
Octal371721064551305404311
Binary11111111110001011010010110110110001011000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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