#0F080A

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

Shades of Rustic Red #0F080A

Tints of Rustic Red #0F080A

Color information

#0F080A (or 0x0F080A) is unknown color: approx Rustic Red. HEX triplet: 0F, 08 and 0A. RGB value is (15,8,10). Sum of RGB (Red+Green+Blue) = 15+8+10=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080A is #F0F7F5. Grayscale: #0A0A0A. Windows color (decimal): -15792118 or 657423. OLE color: 657423.

HSL color Cylindrical-coordinate representation of color #0F080A: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F080A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB15810-
CMYK00.470.330.94
HSL342.86º30.43%4.51%-
HSV(B)342.86º46.67%5.88%-
XYZ0.340.30.33-
YUV10.32127.82131.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=45.45%
G=24.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1581000.470.330.94342.8630.434.51
HexF8A02F215E1571e5
Octal17101205741136527365
Binary1111100010100101111100001101111010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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