#1F0D10

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

Shades of Rustic Red #1F0D10

Tints of Rustic Red #1F0D10

Color information

#1F0D10 (or 0x1F0D10) is unknown color: approx Rustic Red. HEX triplet: 1F, 0D and 10. RGB value is (31,13,16). Sum of RGB (Red+Green+Blue) = 31+13+16=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D10 is #E0F2EF. Grayscale: #121212. Windows color (decimal): -14742256 or 1051935. OLE color: 1051935.

HSL color Cylindrical-coordinate representation of color #1F0D10: hue angle of 350º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F0D10 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB311316-
CMYK00.580.480.88
HSL350º40.91%8.63%-
HSV(B)350º58.06%12.16%-
XYZ0.80.620.57-
YUV18.72126.46136.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=51.67%
G=21.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31131600.580.480.8835040.918.63
Hex1FD1003A305815e299
Octal371520072601305365111
Binary11111110110000011101011000010110001010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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