#1F0507

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

Shades of Rustic Red #1F0507

Tints of Rustic Red #1F0507

Color information

#1F0507 (or 0x1F0507) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 07. RGB value is (31,5,7). Sum of RGB (Red+Green+Blue) = 31+5+7=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0507 is #E0FAF8. Grayscale: #0D0D0D. Windows color (decimal): -14744313 or 460063. OLE color: 460063.

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

Color convert

RGB3157-
CMYK00.840.770.88
HSL355.38º72.22%7.06%-
HSV(B)355.38º83.87%12.16%-
XYZ0.660.420.25-
YUV13124.61140.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 72.09%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=72.09%
G=11.63%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315700.840.770.88355.3872.227.06
Hex1F570544D58163487
Octal375701241151305431107
Binary1111110111101010100100110110110001011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,7); }

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

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

 a { background-color: rgb(31,5,7); }

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

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

 span { border-color: rgb(31,5,7); }

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