#1F060A

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

Shades of Rustic Red #1F060A

Tints of Rustic Red #1F060A

Color information

#1F060A (or 0x1F060A) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 0A. RGB value is (31,6,10). Sum of RGB (Red+Green+Blue) = 31+6+10=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060A is #E0F9F5. Grayscale: #0D0D0D. Windows color (decimal): -14744054 or 656927. OLE color: 656927.

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

Color convert

RGB31610-
CMYK00.810.680.88
HSL350.4º67.57%7.25%-
HSV(B)350.4º80.65%12.16%-
XYZ0.680.440.34-
YUV13.93125.78140.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 65.96%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=65.96%
G=12.77%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161000.810.680.88350.467.577.25
Hex1F6A051445815e447
Octal3761201211041305361047
Binary11111110101001010001100010010110001010111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,10); }

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

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

 a { background-color: rgb(31,6,10); }

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

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

 span { border-color: rgb(31,6,10); }

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