#0F090B

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

Shades of Rustic Red #0F090B

Tints of Rustic Red #0F090B

Color information

#0F090B (or 0x0F090B) is unknown color: approx Rustic Red. HEX triplet: 0F, 09 and 0B. RGB value is (15,9,11). Sum of RGB (Red+Green+Blue) = 15+9+11=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090B is #F0F6F4. Grayscale: #0B0B0B. Windows color (decimal): -15791861 or 723215. OLE color: 723215.

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

Color convert

RGB15911-
CMYK00.400.270.94
HSL340º25%4.71%-
HSV(B)340º40%5.88%-
XYZ0.360.320.36-
YUV11.02127.99130.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1591100.400.270.94340254.71
HexF9B0281B5E154195
Octal17111305033136524315
Binary111110011011010100011011101111010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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