#460512

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

Shades of Rustic Red #460512

Tints of Rustic Red #460512

Color information

#460512 (or 0x460512) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 12. RGB value is (70,5,18). Sum of RGB (Red+Green+Blue) = 70+5+18=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460512 is #B9FAED. Grayscale: #191919. Windows color (decimal): -12188398 or 1180998. OLE color: 1180998.

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

Color convert

RGB70518-
CMYK00.930.740.73
HSL348º86.67%14.71%-
HSV(B)348º92.86%27.45%-
XYZ2.691.450.71-
YUV25.92123.53159.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=75.27%
G=5.38%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051800.930.740.7334886.6714.71
Hex4651205D4A4915c57f
Octal106522013511211153412717
Binary100011010110010010111011001010100100110101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460512; }

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

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

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

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

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

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

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

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