#46090A

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

Shades of Rustic Red #46090A

Tints of Rustic Red #46090A

Color information

#46090A (or 0x46090A) is unknown color: approx Rustic Red. HEX triplet: 46, 09 and 0A. RGB value is (70,9,10). Sum of RGB (Red+Green+Blue) = 70+9+10=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46090A is #B9F6F5. Grayscale: #1B1B1B. Windows color (decimal): -12187382 or 657734. OLE color: 657734.

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

Color convert

RGB70910-
CMYK00.870.860.73
HSL359.02º77.22%15.49%-
HSV(B)359.02º87.14%27.45%-
XYZ2.681.520.44-
YUV27.35118.21158.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=78.65%
G=10.11%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7091000.870.860.73359.0277.2215.49
Hex469A05756491674df
Octal1061112012712611154711517
Binary100011010011010010101111010110100100110110011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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