#1F0611

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

Shades of Rustic Red #1F0611

Tints of Rustic Red #1F0611

Color information

#1F0611 (or 0x1F0611) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 11. RGB value is (31,6,17). Sum of RGB (Red+Green+Blue) = 31+6+17=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0611 is #E0F9EE. Grayscale: #0E0E0E. Windows color (decimal): -14744047 or 1115679. OLE color: 1115679.

HSL color Cylindrical-coordinate representation of color #1F0611: hue angle of 333.6º 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 #1F0611 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB31617-
CMYK00.810.450.88
HSL333.6º67.57%7.25%-
HSV(B)333.6º80.65%12.16%-
XYZ0.730.460.58-
YUV14.73129.28139.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=57.41%
G=11.11%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161700.810.450.88333.667.577.25
Hex1F6110512D5814e447
Octal376210121551305161047
Binary11111110100010101000110110110110001010011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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