#1F0D12

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

Shades of Rustic Red #1F0D12

Tints of Rustic Red #1F0D12

Color information

#1F0D12 (or 0x1F0D12) is unknown color: approx Rustic Red. HEX triplet: 1F, 0D and 12. RGB value is (31,13,18). Sum of RGB (Red+Green+Blue) = 31+13+18=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D12 is #E0F2ED. Grayscale: #121212. Windows color (decimal): -14742254 or 1183007. OLE color: 1183007.

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

Color convert

RGB311318-
CMYK00.580.420.88
HSL343.33º40.91%8.63%-
HSV(B)343.33º58.06%12.16%-
XYZ0.820.620.65-
YUV18.95127.46136.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=50%
G=20.97%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31131800.580.420.88343.3340.918.63
Hex1FD1203A2A58157299
Octal371522072521305275111
Binary11111110110010011101010101010110001010101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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