#1F090F

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

Shades of Rustic Red #1F090F

Tints of Rustic Red #1F090F

Color information

#1F090F (or 0x1F090F) is unknown color: approx Rustic Red. HEX triplet: 1F, 09 and 0F. RGB value is (31,9,15). Sum of RGB (Red+Green+Blue) = 31+9+15=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090F is #E0F6F0. Grayscale: #101010. Windows color (decimal): -14743281 or 985375. OLE color: 985375.

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

Color convert

RGB31915-
CMYK00.710.520.88
HSL343.64º55%7.84%-
HSV(B)343.64º70.97%12.16%-
XYZ0.750.520.51-
YUV16.26127.29138.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=56.36%
G=16.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3191500.710.520.88343.64557.84
Hex1F9F0473458158378
Octal3711170107641305306710
Binary11111100111110100011111010010110001010110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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