#0F0207

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

Shades of Rustic Red #0F0207

Tints of Rustic Red #0F0207

Color information

#0F0207 (or 0x0F0207) is unknown color: approx Rustic Red. HEX triplet: 0F, 02 and 07. RGB value is (15,2,7). Sum of RGB (Red+Green+Blue) = 15+2+7=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0207 is #F0FDF8. Grayscale: #060606. Windows color (decimal): -15793657 or 459279. OLE color: 459279.

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

Color convert

RGB1527-
CMYK00.870.530.94
HSL336.92º76.47%3.33%-
HSV(B)336.92º86.67%5.88%-
XYZ0.260.160.22-
YUV6.46128.31134.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 7 (3.12% from 255) = 29.17%
R=62.5%
G=8.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal152700.870.530.94336.9276.473.33
HexF27057355E1514c3
Octal17270127651365211143
Binary111110111010101111101011011110101010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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