#080103

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

Shades of Rustic Red #080103

Tints of Rustic Red #080103

Color information

#080103 (or 0x080103) is unknown color: approx Rustic Red. HEX triplet: 08, 01 and 03. RGB value is (8,1,3). Sum of RGB (Red+Green+Blue) = 8+1+3=12 (1% of max value = 765). Red value is 8 (3.52% from 255 or 66.67% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 8 - color contains mainly: red. Hex color #080103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080103 is #F7FEFC. Grayscale: #030303. Windows color (decimal): -16252669 or 196872. OLE color: 196872.

HSL color Cylindrical-coordinate representation of color #080103: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080103 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.97.

Color convert

RGB813-
CMYK00.880.630.97
HSL342.86º77.78%1.76%-
HSV(B)342.86º87.5%3.14%-
XYZ0.130.080.09-
YUV3.32127.82131.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 3 (1.56% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal81300.880.630.97342.8677.781.76
Hex8130583F611574e2
Octal10130130771415271162
Binary1000111010110001111111100001101010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080103; }

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

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

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

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

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

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

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

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