Html Css Color HEX #490103 Rustic Red

📋 copy color: '#490103'

red 73 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #490103

Tints of Rustic Red #490103

RGB

 RED value IS 73 (28.91% from 255) = 94.81%

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

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

R = 94.81%
G = 1.3%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#490103 (or 0x490103) is known color: Rustic Red. HEX triplet: 49, 01 and 03. RGB value is (73,1,3). Sum of RGB (Red+Green+Blue) = 73+1+3=77 (10% of max value = 765). Red value is 73 (28.91% from 255 or 94.81% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 73 - color contains mainly: red. Hex color #490103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490103 is #B6FEFC. Grayscale: #161616. Windows color (decimal): -11992829 or 196937. OLE color: 196937.

HSL color Cylindrical-coordinate representation of color #490103: hue angle of 358.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490103 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 3 -
CMYK 0 0.99 0.96 0.71
HSL 358.33º 0.97% 0.15% -
HSV(B) 358.33º 0.99% 0.29% -
XYZ 2.77 1.44 0.22 -
YUV 22.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 73 1 3 0 0.99 0.96 0.71 358.33 0.97 0.15
Hex 49 1 3 0 63 60 47 166 61 F
Octal 111 1 3 0 143 140 107 546 141 17
Binary 1001001 1 11 0 1100011 1100000 1000111 101100110 1100001 1111

Color Harmonies of #490103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490103

Black with #490103

Text Example


Text Example

White with #490103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490103; }

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

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

background-color css

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

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

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

border-color css

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

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

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