#460414

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

Shades of Rustic Red #460414

Tints of Rustic Red #460414

Color information

#460414 (or 0x460414) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 14. RGB value is (70,4,20). Sum of RGB (Red+Green+Blue) = 70+4+20=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460414 is #B9FBEB. Grayscale: #191919. Windows color (decimal): -12188652 or 1311814. OLE color: 1311814.

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

Color convert

RGB70420-
CMYK00.940.710.73
HSL345.45º89.19%14.51%-
HSV(B)345.45º94.29%27.45%-
XYZ2.71.440.8-
YUV25.56124.87159.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=74.47%
G=4.26%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042000.940.710.73345.4589.1914.51
Hex4641405E474915959f
Octal106424013610711153113117
Binary100011010010100010111101000111100100110101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460414; }

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

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

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

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

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

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

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

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