#460917

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

Shades of Rustic Red #460917

Tints of Rustic Red #460917

Color information

#460917 (or 0x460917) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 17. RGB value is (70,9,23). Sum of RGB (Red+Green+Blue) = 70+9+23=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #460917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460917 is #B9F6E8. Grayscale: #1C1C1C. Windows color (decimal): -12187369 or 1509702. OLE color: 1509702.

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

Color convert

RGB70923-
CMYK00.870.670.73
HSL346.23º77.22%15.49%-
HSV(B)346.23º87.14%27.45%-
XYZ2.781.560.97-
YUV28.84124.71157.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=68.63%
G=8.82%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7092300.870.670.73346.2377.2215.49
Hex46917057434915a4df
Octal1061127012710311153211517
Binary1000110100110111010101111000011100100110101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460917; }

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

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

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

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

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

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

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

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