#460B10

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

Shades of Rustic Red #460B10

Tints of Rustic Red #460B10

Color information

#460B10 (or 0x460B10) is unknown color: approx Rustic Red. HEX triplet: 46, 0B and 10. RGB value is (70,11,16). Sum of RGB (Red+Green+Blue) = 70+11+16=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B10 is #B9F4EF. Grayscale: #1D1D1D. Windows color (decimal): -12186864 or 1051462. OLE color: 1051462.

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

Color convert

RGB701116-
CMYK00.840.770.73
HSL354.92º72.84%15.88%-
HSV(B)354.92º84.29%27.45%-
XYZ2.741.580.65-
YUV29.21120.55157.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=72.16%
G=11.34%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70111600.840.770.73354.9272.8415.88
Hex46B100544D491634910
Octal1061320012411511154311120
Binary10001101011100000101010010011011001001101100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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