#460304

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

Shades of Rustic Red #460304

Tints of Rustic Red #460304

Color information

#460304 (or 0x460304) is unknown color: approx Rustic Red. HEX triplet: 46, 03 and 04. RGB value is (70,3,4). Sum of RGB (Red+Green+Blue) = 70+3+4=77 (10% of max value = 765). Red value is 70 (27.73% from 255 or 90.91% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 70 - color contains mainly: red. Hex color #460304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460304 is #B9FCFB. Grayscale: #171717. Windows color (decimal): -12188924 or 262982. OLE color: 262982.

HSL color Cylindrical-coordinate representation of color #460304: hue angle of 359.1º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460304 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB7034-
CMYK00.960.940.73
HSL359.1º91.78%14.31%-
HSV(B)359.1º95.71%27.45%-
XYZ2.581.380.24-
YUV23.15117.2161.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 90.91%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=90.91%
G=3.90%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal703400.960.940.73359.191.7814.31
Hex46340605E491675ce
Octal10634014013611154713416
Binary100011011100011000001011110100100110110011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460304; }

 p { color: rgb(70,3,4); }

 H1.HeaderClassName
 {
   color: #460304;
 }
 .AnyTagClassName
 {
   color: #460304;
 }
</style>
background-color css

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

 a { background-color: rgb(70,3,4); }

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

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

 span { border-color: rgb(70,3,4); }

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