#1F1517

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

Shades of Rustic Red #1F1517

Tints of Rustic Red #1F1517

Color information

#1F1517 (or 0x1F1517) is unknown color: approx Rustic Red. HEX triplet: 1F, 15 and 17. RGB value is (31,21,23). Sum of RGB (Red+Green+Blue) = 31+21+23=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1517 is #E0EAE8. Grayscale: #181818. Windows color (decimal): -14740201 or 1512735. OLE color: 1512735.

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

Color convert

RGB312123-
CMYK00.320.260.88
HSL348º19.23%10.2%-
HSV(B)348º32.26%12.16%-
XYZ0.990.890.93-
YUV24.22127.31132.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=41.33%
G=28%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31212300.320.260.8834819.2310.2
Hex1F15170201A5815c13a
Octal372527040321305342312
Binary1111110101101110100000110101011000101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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