#0F070B

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

Shades of Rustic Red #0F070B

Tints of Rustic Red #0F070B

Color information

#0F070B (or 0x0F070B) is unknown color: approx Rustic Red. HEX triplet: 0F, 07 and 0B. RGB value is (15,7,11). Sum of RGB (Red+Green+Blue) = 15+7+11=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F070B is #F0F8F4. Grayscale: #090909. Windows color (decimal): -15792373 or 722703. OLE color: 722703.

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

Color convert

RGB15711-
CMYK00.530.270.94
HSL330º36.36%4.31%-
HSV(B)330º53.33%5.88%-
XYZ0.330.280.35-
YUV9.85128.65131.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=45.45%
G=21.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1571100.530.270.9433036.364.31
HexF7B0351B5E14a244
Octal1771306533136512444
Binary111111110110110101110111011110101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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