#0F060B

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

Shades of Rustic Red #0F060B

Tints of Rustic Red #0F060B

Color information

#0F060B (or 0x0F060B) is unknown color: approx Rustic Red. HEX triplet: 0F, 06 and 0B. RGB value is (15,6,11). Sum of RGB (Red+Green+Blue) = 15+6+11=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060B is #F0F9F4. Grayscale: #090909. Windows color (decimal): -15792629 or 722447. OLE color: 722447.

HSL color Cylindrical-coordinate representation of color #0F060B: hue angle of 326.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F060B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.94.

Color convert

RGB15611-
CMYK00.600.270.94
HSL326.67º42.86%4.12%-
HSV(B)326.67º60%5.88%-
XYZ0.320.260.35-
YUV9.26128.98132.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=46.88%
G=18.75%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1561100.600.270.94326.6742.864.12
HexF6B03C1B5E1472b4
Octal1761307433136507534
Binary111111010110111100110111011110101000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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