#460912

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

Shades of Rustic Red #460912

Tints of Rustic Red #460912

Color information

#460912 (or 0x460912) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 12. RGB value is (70,9,18). Sum of RGB (Red+Green+Blue) = 70+9+18=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460912 is #B9F6ED. Grayscale: #1C1C1C. Windows color (decimal): -12187374 or 1182022. OLE color: 1182022.

HSL color Cylindrical-coordinate representation of color #460912: hue angle of 351.15º 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 #460912 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB70918-
CMYK00.870.740.73
HSL351.15º77.22%15.49%-
HSV(B)351.15º87.14%27.45%-
XYZ2.731.540.73-
YUV28.26122.21157.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=72.16%
G=9.28%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7091800.870.740.73351.1577.2215.49
Hex469120574A4915f4df
Octal1061122012711211153711517
Binary1000110100110010010101111001010100100110101111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460912; }

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

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

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

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

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

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

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

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