#1F050E

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

Shades of Rustic Red #1F050E

Tints of Rustic Red #1F050E

Color information

#1F050E (or 0x1F050E) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 0E. RGB value is (31,5,14). Sum of RGB (Red+Green+Blue) = 31+5+14=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050E is #E0FAF1. Grayscale: #0D0D0D. Windows color (decimal): -14744306 or 918815. OLE color: 918815.

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

Color convert

RGB31514-
CMYK00.840.550.88
HSL339.23º72.22%7.06%-
HSV(B)339.23º83.87%12.16%-
XYZ0.70.430.46-
YUV13.8128.11140.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 62%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 14 (5.86% from 255) = 28%
R=62%
G=10%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151400.840.550.88339.2372.227.06
Hex1F5E0543758153487
Octal375160124671305231107
Binary1111110111100101010011011110110001010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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