#1F0B0E

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

Shades of Rustic Red #1F0B0E

Tints of Rustic Red #1F0B0E

Color information

#1F0B0E (or 0x1F0B0E) is unknown color: approx Rustic Red. HEX triplet: 1F, 0B and 0E. RGB value is (31,11,14). Sum of RGB (Red+Green+Blue) = 31+11+14=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0E is #E0F4F1. Grayscale: #111111. Windows color (decimal): -14742770 or 920351. OLE color: 920351.

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

Color convert

RGB311114-
CMYK00.650.550.88
HSL351º47.62%8.24%-
HSV(B)351º64.52%12.16%-
XYZ0.760.560.48-
YUV17.32126.13137.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 14 (5.86% from 255) = 25%
R=55.36%
G=19.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111400.650.550.8835147.628.24
Hex1FBE041375815f308
Octal3713160101671305376010
Binary11111101111100100000111011110110001010111111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,11,14); }

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

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

 a { background-color: rgb(31,11,14); }

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

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

 span { border-color: rgb(31,11,14); }

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