#460C10

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

Shades of Rustic Red #460C10

Tints of Rustic Red #460C10

Color information

#460C10 (or 0x460C10) is unknown color: approx Rustic Red. HEX triplet: 46, 0C and 10. RGB value is (70,12,16). Sum of RGB (Red+Green+Blue) = 70+12+16=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C10 is #B9F3EF. Grayscale: #1D1D1D. Windows color (decimal): -12186608 or 1051718. OLE color: 1051718.

HSL color Cylindrical-coordinate representation of color #460C10: hue angle of 355.86º 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 #460C10 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB701216-
CMYK00.830.770.73
HSL355.86º70.73%16.08%-
HSV(B)355.86º82.86%27.45%-
XYZ2.751.60.65-
YUV29.8120.22156.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=71.43%
G=12.24%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70121600.830.770.73355.8670.7316.08
Hex46C100534D491644710
Octal1061420012311511154410720
Binary10001101100100000101001110011011001001101100100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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