Html Css Color HEX #080003 Rustic Red

📋 copy color: '#080003'

red 8 ◦ green 0 ◦ blue 3

#080003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #080003

Tints of Rustic Red #080003

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 value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.97

RGB Variations

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

Color information

#080003 (or 0x080003) is known color: 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

RGB 8 0 3 -
CMYK 0 1 0.63 0.97
HSL 337.5º 1% 0.02% -
HSV(B) 337.5º 1% 0.03% -
XYZ 0.12 0.06 0.09 -
YUV 2.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 8 0 3 0 1 0.63 0.97 337.5 1 0.02
Hex 8 0 3 0 64 3F 61 152 64 2
Octal 10 0 3 0 144 77 141 522 144 2
Binary 1000 0 11 0 1100100 111111 1100001 101010010 1100100 10

Color Harmonies of #080003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080003

Black with #080003

Text Example


Text Example

White with #080003

Text Example


Text Example

HTML Codes & Css Web 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>