#0F060A

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

Shades of Rustic Red #0F060A

Tints of Rustic Red #0F060A

Color information

#0F060A (or 0x0F060A) is unknown color: approx Rustic Red. HEX triplet: 0F, 06 and 0A. RGB value is (15,6,10). Sum of RGB (Red+Green+Blue) = 15+6+10=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060A is #F0F9F5. Grayscale: #090909. Windows color (decimal): -15792630 or 656911. OLE color: 656911.

HSL color Cylindrical-coordinate representation of color #0F060A: hue angle of 333.33º 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 #0F060A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB15610-
CMYK00.600.330.94
HSL333.33º42.86%4.12%-
HSV(B)333.33º60%5.88%-
XYZ0.320.250.32-
YUV9.15128.48132.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 48.39%
GREEN value IS 6 (2.73% from 255) = 19.35%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=48.39%
G=19.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1561000.600.330.94333.3342.864.12
HexF6A03C215E14d2b4
Octal1761207441136515534
Binary1111110101001111001000011011110101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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