#1F060D

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

Shades of Rustic Red #1F060D

Tints of Rustic Red #1F060D

Color information

#1F060D (or 0x1F060D) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 0D. RGB value is (31,6,13). Sum of RGB (Red+Green+Blue) = 31+6+13=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060D is #E0F9F2. Grayscale: #0E0E0E. Windows color (decimal): -14744051 or 853535. OLE color: 853535.

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

Color convert

RGB31613-
CMYK00.810.580.88
HSL343.2º67.57%7.25%-
HSV(B)343.2º80.65%12.16%-
XYZ0.70.450.43-
YUV14.27127.28139.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 62%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 13 (5.47% from 255) = 26%
R=62%
G=12%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161300.810.580.88343.267.577.25
Hex1F6D0513A58157447
Octal376150121721305271047
Binary1111111011010101000111101010110001010101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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