#46060A

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

Shades of Rustic Red #46060A

Tints of Rustic Red #46060A

Color information

#46060A (or 0x46060A) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 0A. RGB value is (70,6,10). Sum of RGB (Red+Green+Blue) = 70+6+10=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #46060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46060A is #B9F9F5. Grayscale: #191919. Windows color (decimal): -12188150 or 656966. OLE color: 656966.

HSL color Cylindrical-coordinate representation of color #46060A: hue angle of 356.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46060A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB70610-
CMYK00.910.860.73
HSL356.25º84.21%14.9%-
HSV(B)356.25º91.43%27.45%-
XYZ2.651.450.43-
YUV25.59119.2159.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 81.40%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=81.40%
G=6.98%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7061000.910.860.73356.2584.2114.9
Hex466A05B564916454f
Octal106612013312611154412417
Binary10001101101010010110111010110100100110110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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