#1F0506

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

Shades of Rustic Red #1F0506

Tints of Rustic Red #1F0506

Color information

#1F0506 (or 0x1F0506) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 06. RGB value is (31,5,6). Sum of RGB (Red+Green+Blue) = 31+5+6=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0506 is #E0FAF9. Grayscale: #0C0C0C. Windows color (decimal): -14744314 or 394527. OLE color: 394527.

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

Color convert

RGB3156-
CMYK00.840.810.88
HSL357.69º72.22%7.06%-
HSV(B)357.69º83.87%12.16%-
XYZ0.650.410.22-
YUV12.89124.11140.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=73.81%
G=11.90%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315600.840.810.88357.6972.227.06
Hex1F560545158166487
Octal375601241211305461107
Binary1111110111001010100101000110110001011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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