#1F0108

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

Shades of Rustic Red #1F0108

Tints of Rustic Red #1F0108

Color information

#1F0108 (or 0x1F0108) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 08. RGB value is (31,1,8). Sum of RGB (Red+Green+Blue) = 31+1+8=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0108 is #E0FEF7. Grayscale: #0A0A0A. Windows color (decimal): -14745336 or 524575. OLE color: 524575.

HSL color Cylindrical-coordinate representation of color #1F0108: hue angle of 346º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0108 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB3118-
CMYK00.970.740.88
HSL346º93.75%6.27%-
HSV(B)346º96.77%12.16%-
XYZ0.620.330.26-
YUV10.77126.44142.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 8 (3.52% from 255) = 20%
R=77.5%
G=2.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal311800.970.740.8834693.756.27
Hex1F180614A5815a5e6
Octal3711001411121305321366
Binary111111100001100001100101010110001010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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