#050003

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

Shades of Rustic Red #050003

Tints of Rustic Red #050003

Color information

#050003 (or 0x050003) is unknown color: approx Rustic Red. HEX triplet: 05, 00 and 03. RGB value is (5,0,3). Sum of RGB (Red+Green+Blue) = 5+0+3=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050003 is #FAFFFC. Grayscale: #010101. Windows color (decimal): -16449533 or 196613. OLE color: 196613.

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

Color convert

RGB503-
CMYK010.400.98
HSL324º100%0.98%-
HSV(B)324º100%1.96%-
XYZ0.080.040.09-
YUV1.84128.66130.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal503010.400.983241000.98
Hex5030642862144641
Octal5030144501425041441
Binary10101101100100101000110001010100010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050003; }

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

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

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

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

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

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

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

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