#1F0009

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

Shades of Rustic Red #1F0009

Tints of Rustic Red #1F0009

Color information

#1F0009 (or 0x1F0009) is unknown color: approx Rustic Red. HEX triplet: 1F, 00 and 09. RGB value is (31,0,9). Sum of RGB (Red+Green+Blue) = 31+0+9=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0009 is #E0FFF6. Grayscale: #0A0A0A. Windows color (decimal): -14745591 or 589855. OLE color: 589855.

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

Color convert

RGB3109-
CMYK010.710.88
HSL342.58º100%6.08%-
HSV(B)342.58º100%12.16%-
XYZ0.610.310.29-
YUV10.3127.27142.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=77.5%
G=0%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3109010.710.88342.581006.08
Hex1F090644758157646
Octal3701101441071305271446
Binary111110100101100100100011110110001010101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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