#460F11

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

Shades of Rustic Red #460F11

Tints of Rustic Red #460F11

Color information

#460F11 (or 0x460F11) is unknown color: approx Rustic Red. HEX triplet: 46, 0F and 11. RGB value is (70,15,17). Sum of RGB (Red+Green+Blue) = 70+15+17=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #460F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F11 is #B9F0EE. Grayscale: #1F1F1F. Windows color (decimal): -12185839 or 1118022. OLE color: 1118022.

HSL color Cylindrical-coordinate representation of color #460F11: hue angle of 357.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F11 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB701517-
CMYK00.790.760.73
HSL357.82º64.71%16.67%-
HSV(B)357.82º78.57%27.45%-
XYZ2.81.680.71-
YUV31.67119.72155.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=68.63%
G=14.71%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70151700.790.760.73357.8264.7116.67
Hex46F1104F4C491664111
Octal1061721011711411154610121
Binary10001101111100010100111110011001001001101100110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F11; }

 p { color: rgb(70,15,17); }

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

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

 a { background-color: rgb(70,15,17); }

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

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

 span { border-color: rgb(70,15,17); }

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