#460715

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

Shades of Rustic Red #460715

Tints of Rustic Red #460715

Color information

#460715 (or 0x460715) is unknown color: approx Rustic Red. HEX triplet: 46, 07 and 15. RGB value is (70,7,21). Sum of RGB (Red+Green+Blue) = 70+7+21=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460715 is #B9F8EA. Grayscale: #1B1B1B. Windows color (decimal): -12187883 or 1378118. OLE color: 1378118.

HSL color Cylindrical-coordinate representation of color #460715: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460715 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB70721-
CMYK00.900.700.73
HSL346.67º81.82%15.1%-
HSV(B)346.67º90%27.45%-
XYZ2.741.510.86-
YUV27.43124.37158.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=71.43%
G=7.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7072100.900.700.73346.6781.8215.1
Hex4671505A464915b52f
Octal106725013210611153312217
Binary100011011110101010110101000110100100110101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460715; }

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

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

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

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

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

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

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

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