#1F0110

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

Shades of Rustic Red #1F0110

Tints of Rustic Red #1F0110

Color information

#1F0110 (or 0x1F0110) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 10. RGB value is (31,1,16). Sum of RGB (Red+Green+Blue) = 31+1+16=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0110 is #E0FEEF. Grayscale: #0B0B0B. Windows color (decimal): -14745328 or 1048863. OLE color: 1048863.

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

Color convert

RGB31116-
CMYK00.970.480.88
HSL330º93.75%6.27%-
HSV(B)330º96.77%12.16%-
XYZ0.670.350.52-
YUV11.68130.44141.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=64.58%
G=2.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111600.970.480.8833093.756.27
Hex1F110061305814a5e6
Octal371200141601305121366
Binary111111100000110000111000010110001010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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