#1F0408

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

Shades of Rustic Red #1F0408

Tints of Rustic Red #1F0408

Color information

#1F0408 (or 0x1F0408) is unknown color: approx Rustic Red. HEX triplet: 1F, 04 and 08. RGB value is (31,4,8). Sum of RGB (Red+Green+Blue) = 31+4+8=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0408 is #E0FBF7. Grayscale: #0C0C0C. Windows color (decimal): -14744568 or 525343. OLE color: 525343.

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

Color convert

RGB3148-
CMYK00.870.740.88
HSL351.11º77.14%6.86%-
HSV(B)351.11º87.1%12.16%-
XYZ0.650.40.27-
YUV12.53125.45141.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 72.09%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=72.09%
G=9.30%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal314800.870.740.88351.1177.146.86
Hex1F480574A5815f4d7
Octal3741001271121305371157
Binary11111100100001010111100101010110001010111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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