Html Css Color HEX #050203 Rustic Red

📋 copy color: '#050203'

red 5 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #050203

Tints of Rustic Red #050203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 20%

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

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

#050203 (or 0x050203) is known color: Rustic Red. HEX triplet: 05, 02 and 03. RGB value is (5,2,3). Sum of RGB (Red+Green+Blue) = 5+2+3=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 3 (1.56% from 255 or 30% from 10); Max value from RGB is 5 - color contains mainly: red. Hex color #050203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050203 is #FAFDFC. Grayscale: #030303. Windows color (decimal): -16449021 or 197125. OLE color: 197125.

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

Color convert

RGB 5 2 3 -
CMYK 0 0.60 0.40 0.98
HSL 340º 0.43% 0.01% -
HSV(B) 340º 0.6% 0.02% -
XYZ 0.1 0.08 0.1 -
YUV 3.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 5 2 3 0 0.60 0.40 0.98 340 0.43 0.01
Hex 5 2 3 0 3C 28 62 154 2B 1
Octal 5 2 3 0 74 50 142 524 53 1
Binary 101 10 11 0 111100 101000 1100010 101010100 101011 1

Color Harmonies of #050203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050203

Black with #050203

Text Example


Text Example

White with #050203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050203; }

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

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

background-color css

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

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

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

border-color css

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

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

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