#460113

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

Shades of Rustic Red #460113

Tints of Rustic Red #460113

Color information

#460113 (or 0x460113) is unknown color: approx Rustic Red. HEX triplet: 46, 01 and 13. RGB value is (70,1,19). Sum of RGB (Red+Green+Blue) = 70+1+19=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460113 is #B9FEEC. Grayscale: #171717. Windows color (decimal): -12189421 or 1245510. OLE color: 1245510.

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

Color convert

RGB70119-
CMYK00.990.730.73
HSL344.35º97.18%13.92%-
HSV(B)344.35º98.57%27.45%-
XYZ2.651.370.74-
YUV23.68125.36161.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=77.78%
G=1.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7011900.990.730.73344.3597.1813.92
Hex46113063494915861e
Octal106123014311111153014116
Binary1000110110011011000111001001100100110101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460113; }

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

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

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

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

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

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

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

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