#460412

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

Shades of Rustic Red #460412

Tints of Rustic Red #460412

Color information

#460412 (or 0x460412) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 12. RGB value is (70,4,18). Sum of RGB (Red+Green+Blue) = 70+4+18=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460412 is #B9FBED. Grayscale: #191919. Windows color (decimal): -12188654 or 1180742. OLE color: 1180742.

HSL color Cylindrical-coordinate representation of color #460412: hue angle of 347.27º 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 #460412 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB70418-
CMYK00.940.740.73
HSL347.27º89.19%14.51%-
HSV(B)347.27º94.29%27.45%-
XYZ2.681.430.71-
YUV25.33123.87159.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=76.09%
G=4.35%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041800.940.740.73347.2789.1914.51
Hex4641205E4A4915b59f
Octal106422013611211153313117
Binary100011010010010010111101001010100100110101101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460412; }

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

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

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

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

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

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

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

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