#460914

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

Shades of Rustic Red #460914

Tints of Rustic Red #460914

Color information

#460914 (or 0x460914) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 14. RGB value is (70,9,20). Sum of RGB (Red+Green+Blue) = 70+9+20=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460914 is #B9F6EB. Grayscale: #1C1C1C. Windows color (decimal): -12187372 or 1313094. OLE color: 1313094.

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

Color convert

RGB70920-
CMYK00.870.710.73
HSL349.18º77.22%15.49%-
HSV(B)349.18º87.14%27.45%-
XYZ2.751.550.82-
YUV28.49123.21157.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=70.71%
G=9.09%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7092000.870.710.73349.1877.2215.49
Hex46914057474915d4df
Octal1061124012710711153511517
Binary1000110100110100010101111000111100100110101110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460914; }

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

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

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

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

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

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

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

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