#1F0809

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

Shades of Rustic Red #1F0809

Tints of Rustic Red #1F0809

Color information

#1F0809 (or 0x1F0809) is unknown color: approx Rustic Red. HEX triplet: 1F, 08 and 09. RGB value is (31,8,9). Sum of RGB (Red+Green+Blue) = 31+8+9=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0809 is #E0F7F6. Grayscale: #0F0F0F. Windows color (decimal): -14743543 or 591903. OLE color: 591903.

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

Color convert

RGB3189-
CMYK00.740.710.88
HSL357.39º58.97%7.65%-
HSV(B)357.39º74.19%12.16%-
XYZ0.70.480.32-
YUV14.99124.62139.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=64.58%
G=16.67%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal318900.740.710.88357.3958.977.65
Hex1F8904A47581653b8
Octal37101101121071305457310
Binary111111000100101001010100011110110001011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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