#0F0103

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

Shades of Rustic Red #0F0103

Tints of Rustic Red #0F0103

Color information

#0F0103 (or 0x0F0103) is unknown color: approx Rustic Red. HEX triplet: 0F, 01 and 03. RGB value is (15,1,3). Sum of RGB (Red+Green+Blue) = 15+1+3=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0103 is #F0FEFC. Grayscale: #050505. Windows color (decimal): -15793917 or 196879. OLE color: 196879.

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

Color convert

RGB1513-
CMYK00.930.800.94
HSL351.43º87.5%3.14%-
HSV(B)351.43º93.33%5.88%-
XYZ0.220.130.1-
YUV5.41126.64134.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 78.95%
GREEN value IS 1 (0.78% from 255) = 5.26%
BLUE value IS 3 (1.56% from 255) = 15.79%
R=78.95%
G=5.26%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal151300.930.800.94351.4387.53.14
HexF1305D505E15f583
Octal171301351201365371303
Binary11111110101110110100001011110101011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,1,3); }

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

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

 a { background-color: rgb(15,1,3); }

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

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

 span { border-color: rgb(15,1,3); }

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