#46090F

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

Shades of Rustic Red #46090F

Tints of Rustic Red #46090F

Color information

#46090F (or 0x46090F) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 0F. RGB value is (70,9,15). Sum of RGB (Red+Green+Blue) = 70+9+15=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #46090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46090F is #B9F6F0. Grayscale: #1B1B1B. Windows color (decimal): -12187377 or 985414. OLE color: 985414.

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

Color convert

RGB70915-
CMYK00.870.790.73
HSL354.1º77.22%15.49%-
HSV(B)354.1º87.14%27.45%-
XYZ2.711.530.6-
YUV27.92120.71158.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=74.47%
G=9.57%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7091500.870.790.73354.177.2215.49
Hex469F0574F491624df
Octal1061117012711711154211517
Binary100011010011111010101111001111100100110110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46090F; }

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

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

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

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

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

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

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

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