#0F0408

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

Shades of Rustic Red #0F0408

Tints of Rustic Red #0F0408

Color information

#0F0408 (or 0x0F0408) is unknown color: approx Rustic Red. HEX triplet: 0F, 04 and 08. RGB value is (15,4,8). Sum of RGB (Red+Green+Blue) = 15+4+8=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0408 is #F0FBF7. Grayscale: #070707. Windows color (decimal): -15793144 or 525327. OLE color: 525327.

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

Color convert

RGB1548-
CMYK00.730.470.94
HSL338.18º57.89%3.73%-
HSV(B)338.18º73.33%5.88%-
XYZ0.280.210.25-
YUV7.74128.14133.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=55.56%
G=14.81%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal154800.730.470.94338.1857.893.73
HexF480492F5E1523a4
Octal17410011157136522724
Binary11111001000010010011011111011110101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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