#1F1015

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

Shades of Rustic Red #1F1015

Tints of Rustic Red #1F1015

Color information

#1F1015 (or 0x1F1015) is unknown color: approx Rustic Red. HEX triplet: 1F, 10 and 15. RGB value is (31,16,21). Sum of RGB (Red+Green+Blue) = 31+16+21=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1015 is #E0EFEA. Grayscale: #151515. Windows color (decimal): -14741483 or 1380383. OLE color: 1380383.

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

Color convert

RGB311621-
CMYK00.480.320.88
HSL340º31.91%9.22%-
HSV(B)340º48.39%12.16%-
XYZ0.890.720.8-
YUV21.06127.97135.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=45.59%
G=23.53%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31162100.480.320.8834031.919.22
Hex1F10150302058154209
Octal372025060401305244011
Binary111111000010101011000010000010110001010101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,21); }

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

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

 a { background-color: rgb(31,16,21); }

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

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

 span { border-color: rgb(31,16,21); }

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