#0F0708

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

Shades of Rustic Red #0F0708

Tints of Rustic Red #0F0708

Color information

#0F0708 (or 0x0F0708) is unknown color: approx Rustic Red. HEX triplet: 0F, 07 and 08. RGB value is (15,7,8). Sum of RGB (Red+Green+Blue) = 15+7+8=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0708 is #F0F8F7. Grayscale: #090909. Windows color (decimal): -15792376 or 526095. OLE color: 526095.

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

Color convert

RGB1578-
CMYK00.530.470.94
HSL352.5º36.36%4.31%-
HSV(B)352.5º53.33%5.88%-
XYZ0.320.270.27-
YUV9.51127.15131.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=50%
G=23.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal157800.530.470.94352.536.364.31
HexF780352F5E160244
Octal1771006557136540444
Binary1111111100001101011011111011110101100000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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