Html Css Color HEX #490102 Rustic Red

📋 copy color: '#490102'

red 73 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #490102

Tints of Rustic Red #490102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.63%

R = 96.05%
G = 1.32%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#490102 (or 0x490102) is known color: Rustic Red. HEX triplet: 49, 01 and 02. RGB value is (73,1,2). Sum of RGB (Red+Green+Blue) = 73+1+2=76 (10% of max value = 765). Red value is 73 (28.91% from 255 or 96.05% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 73 - color contains mainly: red. Hex color #490102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490102 is #B6FEFD. Grayscale: #161616. Windows color (decimal): -11992830 or 131401. OLE color: 131401.

HSL color Cylindrical-coordinate representation of color #490102: hue angle of 359.17º 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 #490102 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 2 -
CMYK 0 0.99 0.97 0.71
HSL 359.17º 0.97% 0.15% -
HSV(B) 359.17º 0.99% 0.29% -
XYZ 2.77 1.44 0.19 -
YUV 22.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 73 1 2 0 0.99 0.97 0.71 359.17 0.97 0.15
Hex 49 1 2 0 63 61 47 167 61 F
Octal 111 1 2 0 143 141 107 547 141 17
Binary 1001001 1 10 0 1100011 1100001 1000111 101100111 1100001 1111

Color Harmonies of #490102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490102

Black with #490102

Text Example


Text Example

White with #490102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490102; }

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

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

background-color css

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

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

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

border-color css

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

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

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