#1F1213

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

Shades of Rustic Red #1F1213

Tints of Rustic Red #1F1213

Color information

#1F1213 (or 0x1F1213) is unknown color: approx Rustic Red. HEX triplet: 1F, 12 and 13. RGB value is (31,18,19). Sum of RGB (Red+Green+Blue) = 31+18+19=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1213 is #E0EDEC. Grayscale: #161616. Windows color (decimal): -14740973 or 1249823. OLE color: 1249823.

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

Color convert

RGB311819-
CMYK00.420.390.88
HSL355.38º26.53%9.61%-
HSV(B)355.38º41.94%12.16%-
XYZ0.90.770.72-
YUV22126.31134.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=45.59%
G=26.47%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31181900.420.390.88355.3826.539.61
Hex1F121302A27581631ba
Octal372223052471305433312
Binary11111100101001101010101001111011000101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,19); }

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

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

 a { background-color: rgb(31,18,19); }

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

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

 span { border-color: rgb(31,18,19); }

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