#0F090C

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

Shades of Rustic Red #0F090C

Tints of Rustic Red #0F090C

Color information

#0F090C (or 0x0F090C) is unknown color: approx Rustic Red. HEX triplet: 0F, 09 and 0C. RGB value is (15,9,12). Sum of RGB (Red+Green+Blue) = 15+9+12=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090C is #F0F6F3. Grayscale: #0B0B0B. Windows color (decimal): -15791860 or 788751. OLE color: 788751.

HSL color Cylindrical-coordinate representation of color #0F090C: hue angle of 330º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F090C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB15912-
CMYK00.400.200.94
HSL330º25%4.71%-
HSV(B)330º40%5.88%-
XYZ0.360.320.39-
YUV11.14128.49130.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1591200.400.200.94330254.71
HexF9C028145E14a195
Octal17111405024136512315
Binary111110011100010100010100101111010100101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,12); }

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

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

 a { background-color: rgb(15,9,12); }

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

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

 span { border-color: rgb(15,9,12); }

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