Html Css Color HEX #050003 Rustic Red

📋 copy color: '#050003'

red 5 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #050003

Tints of Rustic Red #050003

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

 M value IS 1

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

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

RGB 5 0 3 -
CMYK 0 1 0.40 0.98
HSL 324º 1% 0.01% -
HSV(B) 324º 1% 0.02% -
XYZ 0.08 0.04 0.09 -
YUV 1.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 5 0 3 0 1 0.40 0.98 324 1 0.01
Hex 5 0 3 0 64 28 62 144 64 1
Octal 5 0 3 0 144 50 142 504 144 1
Binary 101 0 11 0 1100100 101000 1100010 101000100 1100100 1

Color Harmonies of #050003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050003

Black with #050003

Text Example


Text Example

White with #050003

Text Example


Text Example

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