#1F0511

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

Shades of Rustic Red #1F0511

Tints of Rustic Red #1F0511

Color information

#1F0511 (or 0x1F0511) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 11. RGB value is (31,5,17). Sum of RGB (Red+Green+Blue) = 31+5+17=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0511 is #E0FAEE. Grayscale: #0E0E0E. Windows color (decimal): -14744303 or 1115423. OLE color: 1115423.

HSL color Cylindrical-coordinate representation of color #1F0511: hue angle of 332.31º 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 #1F0511 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB31517-
CMYK00.840.450.88
HSL332.31º72.22%7.06%-
HSV(B)332.31º83.87%12.16%-
XYZ0.720.440.58-
YUV14.14129.61140.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=58.49%
G=9.43%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151700.840.450.88332.3172.227.06
Hex1F5110542D5814c487
Octal375210124551305141107
Binary11111101100010101010010110110110001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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