#460112

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

Shades of Rustic Red #460112

Tints of Rustic Red #460112

Color information

#460112 (or 0x460112) is unknown color: approx Rustic Red. HEX triplet: 46, 01 and 12. RGB value is (70,1,18). Sum of RGB (Red+Green+Blue) = 70+1+18=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460112 is #B9FEED. Grayscale: #171717. Windows color (decimal): -12189422 or 1179974. OLE color: 1179974.

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

Color convert

RGB70118-
CMYK00.990.740.73
HSL345.22º97.18%13.92%-
HSV(B)345.22º98.57%27.45%-
XYZ2.651.370.7-
YUV23.57124.86161.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=78.65%
G=1.12%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7011800.990.740.73345.2297.1813.92
Hex461120634A4915961e
Octal106122014311211153114116
Binary1000110110010011000111001010100100110101100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460112; }

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

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

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

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

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

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

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

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