#0F090A

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

Shades of Rustic Red #0F090A

Tints of Rustic Red #0F090A

Color information

#0F090A (or 0x0F090A) is unknown color: approx Rustic Red. HEX triplet: 0F, 09 and 0A. RGB value is (15,9,10). Sum of RGB (Red+Green+Blue) = 15+9+10=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090A is #F0F6F5. Grayscale: #0A0A0A. Windows color (decimal): -15791862 or 657679. OLE color: 657679.

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

Color convert

RGB15910-
CMYK00.400.330.94
HSL350º25%4.71%-
HSV(B)350º40%5.88%-
XYZ0.350.320.33-
YUV10.91127.49130.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 44.12%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=44.12%
G=26.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1591000.400.330.94350254.71
HexF9A028215E15e195
Octal17111205041136536315
Binary1111100110100101000100001101111010101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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