#1F060C

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

Shades of Rustic Red #1F060C

Tints of Rustic Red #1F060C

Color information

#1F060C (or 0x1F060C) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 0C. RGB value is (31,6,12). Sum of RGB (Red+Green+Blue) = 31+6+12=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060C is #E0F9F3. Grayscale: #0E0E0E. Windows color (decimal): -14744052 or 787999. OLE color: 787999.

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

Color convert

RGB31612-
CMYK00.810.610.88
HSL345.6º67.57%7.25%-
HSV(B)345.6º80.65%12.16%-
XYZ0.70.450.4-
YUV14.16126.78140.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 63.27%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=63.27%
G=12.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161200.810.610.88345.667.577.25
Hex1F6C0513D5815a447
Octal376140121751305321047
Binary1111111011000101000111110110110001010110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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