#1F040D

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

Shades of Rustic Red #1F040D

Tints of Rustic Red #1F040D

Color information

#1F040D (or 0x1F040D) is unknown color: approx Rustic Red. HEX triplet: 1F, 04 and 0D. RGB value is (31,4,13). Sum of RGB (Red+Green+Blue) = 31+4+13=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F040D is #E0FBF2. Grayscale: #0D0D0D. Windows color (decimal): -14744563 or 853023. OLE color: 853023.

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

Color convert

RGB31413-
CMYK00.870.580.88
HSL340º77.14%6.86%-
HSV(B)340º87.1%12.16%-
XYZ0.680.410.42-
YUV13.1127.95140.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=64.58%
G=8.33%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3141300.870.580.8834077.146.86
Hex1F4D0573A581544d7
Octal374150127721305241157
Binary1111110011010101011111101010110001010101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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