#080003

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

Shades of Rustic Red #080003

Tints of Rustic Red #080003

Color information

#080003 (or 0x080003) is unknown color: approx Rustic Red. HEX triplet: 08, 00 and 03. RGB value is (8,0,3). Sum of RGB (Red+Green+Blue) = 8+0+3=11 (1% of max value = 765). Red value is 8 (3.52% from 255 or 72.73% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 8 - color contains mainly: red. Hex color #080003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080003 is #F7FFFC. Grayscale: #020202. Windows color (decimal): -16252925 or 196616. OLE color: 196616.

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

Color convert

RGB803-
CMYK010.630.97
HSL337.5º100%1.57%-
HSV(B)337.5º100%3.14%-
XYZ0.120.060.09-
YUV2.73128.15131.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal803010.630.97337.51001.57
Hex8030643F61152642
Octal10030144771415221442
Binary1000011011001001111111100001101010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080003; }

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

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

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

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

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

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

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

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