#1F1518

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

Shades of Rustic Red #1F1518

Tints of Rustic Red #1F1518

Color information

#1F1518 (or 0x1F1518) is unknown color: approx Rustic Red. HEX triplet: 1F, 15 and 18. RGB value is (31,21,24). Sum of RGB (Red+Green+Blue) = 31+21+24=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1518 is #E0EAE7. Grayscale: #181818. Windows color (decimal): -14740200 or 1578271. OLE color: 1578271.

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

Color convert

RGB312124-
CMYK00.320.230.88
HSL342º19.23%10.2%-
HSV(B)342º32.26%12.16%-
XYZ10.890.98-
YUV24.33127.81132.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=40.79%
G=27.63%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31212400.320.230.8834219.2310.2
Hex1F1518020175815613a
Octal372530040271305262312
Binary1111110101110000100000101111011000101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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