#1F0209

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

Shades of Rustic Red #1F0209

Tints of Rustic Red #1F0209

Color information

#1F0209 (or 0x1F0209) is unknown color: approx Rustic Red. HEX triplet: 1F, 02 and 09. RGB value is (31,2,9). Sum of RGB (Red+Green+Blue) = 31+2+9=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0209 is #E0FDF6. Grayscale: #0B0B0B. Windows color (decimal): -14745079 or 590367. OLE color: 590367.

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

Color convert

RGB3129-
CMYK00.940.710.88
HSL345.52º87.88%6.47%-
HSV(B)345.52º93.55%12.16%-
XYZ0.640.350.29-
YUV11.47126.61141.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=73.81%
G=4.76%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal312900.940.710.88345.5287.886.47
Hex1F2905E475815a586
Octal3721101361071305321306
Binary1111110100101011110100011110110001010110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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