#1F060E

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

Shades of Rustic Red #1F060E

Tints of Rustic Red #1F060E

Color information

#1F060E (or 0x1F060E) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 0E. RGB value is (31,6,14). Sum of RGB (Red+Green+Blue) = 31+6+14=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060E is #E0F9F1. Grayscale: #0E0E0E. Windows color (decimal): -14744050 or 919071. OLE color: 919071.

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

Color convert

RGB31614-
CMYK00.810.550.88
HSL340.8º67.57%7.25%-
HSV(B)340.8º80.65%12.16%-
XYZ0.710.450.47-
YUV14.39127.78139.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=60.78%
G=11.76%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161400.810.550.88340.867.577.25
Hex1F6E0513758155447
Octal376160121671305251047
Binary1111111011100101000111011110110001010101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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