#490102

Color #490102 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #490102

Tints of Rustic Red #490102

Color information

#490102 (or 0x490102) is unknown color: approx 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

RGB7312-
CMYK00.990.970.71
HSL359.17º97.3%14.51%-
HSV(B)359.17º98.63%28.63%-
XYZ2.771.440.19-
YUV22.64116.35163.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal731200.990.970.71359.1797.314.51
Hex4912063614716761f
Octal11112014314110754714117
Binary1001001110011000111100001100011110110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>