Html Css Color HEX #050103 Rustic Red

📋 copy color: '#050103'

red 5 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #050103

Tints of Rustic Red #050103

RGB

 RED value IS 5 (2.34% from 255) = 55.56%

 GREEN value IS 1 (0.78% from 255) = 11.11%

 BLUE value IS 3 (1.56% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

#050103 (or 0x050103) is known color: Rustic Red. HEX triplet: 05, 01 and 03. RGB value is (5,1,3). Sum of RGB (Red+Green+Blue) = 5+1+3=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 3 (1.56% from 255 or 33.33% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050103 is #FAFEFC. Grayscale: #020202. Windows color (decimal): -16449277 or 196869. OLE color: 196869.

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

Color convert

RGB 5 1 3 -
CMYK 0 0.80 0.40 0.98
HSL 330º 0.67% 0.01% -
HSV(B) 330º 0.8% 0.02% -
XYZ 0.09 0.06 0.09 -
YUV 2.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 5 1 3 0 0.80 0.40 0.98 330 0.67 0.01
Hex 5 1 3 0 50 28 62 14A 43 1
Octal 5 1 3 0 120 50 142 512 103 1
Binary 101 1 11 0 1010000 101000 1100010 101001010 1000011 1

Color Harmonies of #050103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050103

Black with #050103

Text Example


Text Example

White with #050103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050103; }

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

 H1.HeaderClassName
 {
   color: #050103;
 }
 .AnyTagClassName
 {
   color: #050103;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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