#1F0109

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

Shades of Rustic Red #1F0109

Tints of Rustic Red #1F0109

Color information

#1F0109 (or 0x1F0109) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 09. RGB value is (31,1,9). Sum of RGB (Red+Green+Blue) = 31+1+9=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0109 is #E0FEF6. Grayscale: #0A0A0A. Windows color (decimal): -14745335 or 590111. OLE color: 590111.

HSL color Cylindrical-coordinate representation of color #1F0109: hue angle of 344º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0109 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB3119-
CMYK00.970.710.88
HSL344º93.75%6.27%-
HSV(B)344º96.77%12.16%-
XYZ0.630.330.29-
YUV10.88126.94142.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 75.61%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=75.61%
G=2.44%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal311900.970.710.8834493.756.27
Hex1F1906147581585e6
Octal3711101411071305301366
Binary111111100101100001100011110110001010110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,9); }

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

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

 a { background-color: rgb(31,1,9); }

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

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

 span { border-color: rgb(31,1,9); }

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