#0F0205

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

Shades of Rustic Red #0F0205

Tints of Rustic Red #0F0205

Color information

#0F0205 (or 0x0F0205) is unknown color: approx Rustic Red. HEX triplet: 0F, 02 and 05. RGB value is (15,2,5). Sum of RGB (Red+Green+Blue) = 15+2+5=22 (2% of max value = 765). Red value is 15 (6.25% from 255 or 68.18% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0205 is #F0FDFA. Grayscale: #060606. Windows color (decimal): -15793659 or 328207. OLE color: 328207.

HSL color Cylindrical-coordinate representation of color #0F0205: hue angle of 346.15º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0205 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB1525-
CMYK00.870.670.94
HSL346.15º76.47%3.33%-
HSV(B)346.15º86.67%5.88%-
XYZ0.250.160.16-
YUV6.23127.31134.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 68.18%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 5 (2.34% from 255) = 22.73%
R=68.18%
G=9.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal152500.870.670.94346.1576.473.33
HexF25057435E15a4c3
Octal172501271031365321143
Binary1111101010101011110000111011110101011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,5); }

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

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

 a { background-color: rgb(15,2,5); }

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

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

 span { border-color: rgb(15,2,5); }

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