#1F0509

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

Shades of Rustic Red #1F0509

Tints of Rustic Red #1F0509

Color information

#1F0509 (or 0x1F0509) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 09. RGB value is (31,5,9). Sum of RGB (Red+Green+Blue) = 31+5+9=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0509 is #E0FAF6. Grayscale: #0D0D0D. Windows color (decimal): -14744311 or 591135. OLE color: 591135.

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

Color convert

RGB3159-
CMYK00.840.710.88
HSL350.77º72.22%7.06%-
HSV(B)350.77º83.87%12.16%-
XYZ0.670.420.3-
YUV13.23125.61140.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 9 (3.91% from 255) = 20%
R=68.89%
G=11.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315900.840.710.88350.7772.227.06
Hex1F59054475815f487
Octal3751101241071305371107
Binary11111101100101010100100011110110001010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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