#1F0406

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

Shades of Rustic Red #1F0406

Tints of Rustic Red #1F0406

Color information

#1F0406 (or 0x1F0406) is unknown color: approx Rustic Red. HEX triplet: 1F, 04 and 06. RGB value is (31,4,6). Sum of RGB (Red+Green+Blue) = 31+4+6=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0406 is #E0FBF9. Grayscale: #0C0C0C. Windows color (decimal): -14744570 or 394271. OLE color: 394271.

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

Color convert

RGB3146-
CMYK00.870.810.88
HSL355.56º77.14%6.86%-
HSV(B)355.56º87.1%12.16%-
XYZ0.640.390.21-
YUV12.3124.45141.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 75.61%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=75.61%
G=9.76%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal314600.870.810.88355.5677.146.86
Hex1F4605751581644d7
Octal374601271211305441157
Binary1111110011001010111101000110110001011001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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