#1F060B

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

Shades of Rustic Red #1F060B

Tints of Rustic Red #1F060B

Color information

#1F060B (or 0x1F060B) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 0B. RGB value is (31,6,11). Sum of RGB (Red+Green+Blue) = 31+6+11=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060B is #E0F9F4. Grayscale: #0E0E0E. Windows color (decimal): -14744053 or 722463. OLE color: 722463.

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

Color convert

RGB31611-
CMYK00.810.650.88
HSL348º67.57%7.25%-
HSV(B)348º80.65%12.16%-
XYZ0.690.450.37-
YUV14.04126.28140.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=64.58%
G=12.5%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161100.810.650.8834867.577.25
Hex1F6B051415815c447
Octal3761301211011305341047
Binary11111110101101010001100000110110001010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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