#460012

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

Shades of Rustic Red #460012

Tints of Rustic Red #460012

Color information

#460012 (or 0x460012) is unknown color: approx Rustic Red. HEX triplet: 46, 00 and 12. RGB value is (70,0,18). Sum of RGB (Red+Green+Blue) = 70+0+18=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #460012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460012 is #B9FFED. Grayscale: #161616. Windows color (decimal): -12189678 or 1179718. OLE color: 1179718.

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

Color convert

RGB70018-
CMYK010.740.73
HSL344.57º100%13.73%-
HSV(B)344.57º100%27.45%-
XYZ2.631.350.69-
YUV22.98125.19161.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 79.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=79.55%
G=0%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70018010.740.73344.5710013.73
Hex460120644A4915964e
Octal106022014411211153114416
Binary1000110010010011001001001010100100110101100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460012; }

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

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

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

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

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

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

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

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