#1F1013

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

Shades of Rustic Red #1F1013

Tints of Rustic Red #1F1013

Color information

#1F1013 (or 0x1F1013) is unknown color: approx Rustic Red. HEX triplet: 1F, 10 and 13. RGB value is (31,16,19). Sum of RGB (Red+Green+Blue) = 31+16+19=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1013 is #E0EFEC. Grayscale: #141414. Windows color (decimal): -14741485 or 1249311. OLE color: 1249311.

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

Color convert

RGB311619-
CMYK00.480.390.88
HSL348º31.91%9.22%-
HSV(B)348º48.39%12.16%-
XYZ0.870.710.71-
YUV20.83126.97135.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=46.97%
G=24.24%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161900.480.390.8834831.919.22
Hex1F1013030275815c209
Octal372023060471305344011
Binary111111000010011011000010011110110001010111001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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