#460615

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

Shades of Rustic Red #460615

Tints of Rustic Red #460615

Color information

#460615 (or 0x460615) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 15. RGB value is (70,6,21). Sum of RGB (Red+Green+Blue) = 70+6+21=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460615 is #B9F9EA. Grayscale: #1A1A1A. Windows color (decimal): -12188139 or 1377862. OLE color: 1377862.

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

Color convert

RGB70621-
CMYK00.910.700.73
HSL345.94º84.21%14.9%-
HSV(B)345.94º91.43%27.45%-
XYZ2.731.490.85-
YUV26.85124.7158.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=72.16%
G=6.19%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062100.910.700.73345.9484.2114.9
Hex4661505B464915a54f
Octal106625013310611153212417
Binary100011011010101010110111000110100100110101101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460615; }

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

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

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

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

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

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

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

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