#0F0204

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

Shades of Rustic Red #0F0204

Tints of Rustic Red #0F0204

Color information

#0F0204 (or 0x0F0204) is unknown color: approx Rustic Red. HEX triplet: 0F, 02 and 04. RGB value is (15,2,4). Sum of RGB (Red+Green+Blue) = 15+2+4=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0204 is #F0FDFB. Grayscale: #060606. Windows color (decimal): -15793660 or 262671. OLE color: 262671.

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

Color convert

RGB1524-
CMYK00.870.730.94
HSL350.77º76.47%3.33%-
HSV(B)350.77º86.67%5.88%-
XYZ0.240.150.13-
YUV6.11126.81134.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=71.43%
G=9.52%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal152400.870.730.94350.7776.473.33
HexF24057495E15f4c3
Octal172401271111365371143
Binary1111101000101011110010011011110101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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