#1F1416

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

Shades of Rustic Red #1F1416

Tints of Rustic Red #1F1416

Color information

#1F1416 (or 0x1F1416) is unknown color: approx Rustic Red. HEX triplet: 1F, 14 and 16. RGB value is (31,20,22). Sum of RGB (Red+Green+Blue) = 31+20+22=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1416 is #E0EBE9. Grayscale: #171717. Windows color (decimal): -14740458 or 1446943. OLE color: 1446943.

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

Color convert

RGB312022-
CMYK00.350.290.88
HSL349.09º21.57%10%-
HSV(B)349.09º35.48%12.16%-
XYZ0.960.850.87-
YUV23.52127.14133.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=42.47%
G=27.40%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31202200.350.290.88349.0921.5710
Hex1F14160231D5815d16a
Octal372426043351305352612
Binary1111110100101100100011111011011000101011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,22); }

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

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

 a { background-color: rgb(31,20,22); }

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

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

 span { border-color: rgb(31,20,22); }

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