#460616

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

Shades of Rustic Red #460616

Tints of Rustic Red #460616

Color information

#460616 (or 0x460616) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 16. RGB value is (70,6,22). Sum of RGB (Red+Green+Blue) = 70+6+22=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460616 is #B9F9E9. Grayscale: #1A1A1A. Windows color (decimal): -12188138 or 1443398. OLE color: 1443398.

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

Color convert

RGB70622-
CMYK00.910.690.73
HSL345º84.21%14.9%-
HSV(B)345º91.43%27.45%-
XYZ2.741.490.9-
YUV26.96125.2158.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=71.43%
G=6.12%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062200.910.690.7334584.2114.9
Hex4661605B454915954f
Octal106626013310511153112417
Binary100011011010110010110111000101100100110101100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460616; }

 p { color: rgb(70,6,22); }

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

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

 a { background-color: rgb(70,6,22); }

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

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

 span { border-color: rgb(70,6,22); }

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