#460C16

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

Shades of Rustic Red #460C16

Tints of Rustic Red #460C16

Color information

#460C16 (or 0x460C16) is unknown color: approx Rustic Red. HEX triplet: 46, 0C and 16. RGB value is (70,12,22). Sum of RGB (Red+Green+Blue) = 70+12+22=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C16 is #B9F3E9. Grayscale: #1E1E1E. Windows color (decimal): -12186602 or 1444934. OLE color: 1444934.

HSL color Cylindrical-coordinate representation of color #460C16: hue angle of 349.66º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C16 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB701222-
CMYK00.830.690.73
HSL349.66º70.73%16.08%-
HSV(B)349.66º82.86%27.45%-
XYZ2.81.620.92-
YUV30.48123.22156.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=67.31%
G=11.54%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70122200.830.690.73349.6670.7316.08
Hex46C16053454915e4710
Octal1061426012310511153610720
Binary10001101100101100101001110001011001001101011110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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