#460915

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

Shades of Rustic Red #460915

Tints of Rustic Red #460915

Color information

#460915 (or 0x460915) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 15. RGB value is (70,9,21). Sum of RGB (Red+Green+Blue) = 70+9+21=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #460915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460915 is #B9F6EA. Grayscale: #1C1C1C. Windows color (decimal): -12187371 or 1378630. OLE color: 1378630.

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

Color convert

RGB70921-
CMYK00.870.700.73
HSL348.2º77.22%15.49%-
HSV(B)348.2º87.14%27.45%-
XYZ2.761.550.86-
YUV28.61123.71157.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 21 (8.59% from 255) = 21%
R=70%
G=9%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7092100.870.700.73348.277.2215.49
Hex46915057464915c4df
Octal1061125012710611153411517
Binary1000110100110101010101111000110100100110101110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460915; }

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

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

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

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

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

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

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

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