#460204

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

Shades of Rustic Red #460204

Tints of Rustic Red #460204

Color information

#460204 (or 0x460204) is unknown color: approx Rustic Red. HEX triplet: 46, 02 and 04. RGB value is (70,2,4). Sum of RGB (Red+Green+Blue) = 70+2+4=76 (10% of max value = 765). Red value is 70 (27.73% from 255 or 92.11% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 70 - color contains mainly: red. Hex color #460204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460204 is #B9FDFB. Grayscale: #161616. Windows color (decimal): -12189180 or 262726. OLE color: 262726.

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

Color convert

RGB7024-
CMYK00.970.940.73
HSL358.24º94.44%14.12%-
HSV(B)358.24º97.14%27.45%-
XYZ2.571.350.24-
YUV22.56117.53161.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 92.11%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=92.11%
G=2.63%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal702400.970.940.73358.2494.4414.12
Hex46240615E491665ee
Octal10624014113611154613616
Binary100011010100011000011011110100100110110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460204; }

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

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

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

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

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

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

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

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