#1F010F

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

Shades of Rustic Red #1F010F

Tints of Rustic Red #1F010F

Color information

#1F010F (or 0x1F010F) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 0F. RGB value is (31,1,15). Sum of RGB (Red+Green+Blue) = 31+1+15=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010F is #E0FEF0. Grayscale: #0B0B0B. Windows color (decimal): -14745329 or 983327. OLE color: 983327.

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

Color convert

RGB31115-
CMYK00.970.520.88
HSL332º93.75%6.27%-
HSV(B)332º96.77%12.16%-
XYZ0.660.350.48-
YUV11.57129.94141.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 65.96%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=65.96%
G=2.13%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111500.970.520.8833293.756.27
Hex1F1F061345814c5e6
Octal371170141641305141366
Binary11111111110110000111010010110001010011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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