#46020C

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

Shades of Rustic Red #46020C

Tints of Rustic Red #46020C

Color information

#46020C (or 0x46020C) is unknown color: approx Rustic Red. HEX triplet: 46, 02 and 0C. RGB value is (70,2,12). Sum of RGB (Red+Green+Blue) = 70+2+12=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #46020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020C is #B9FDF3. Grayscale: #171717. Windows color (decimal): -12189172 or 787014. OLE color: 787014.

HSL color Cylindrical-coordinate representation of color #46020C: hue angle of 351.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46020C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB70212-
CMYK00.970.830.73
HSL351.18º94.44%14.12%-
HSV(B)351.18º97.14%27.45%-
XYZ2.611.370.47-
YUV23.47121.53161.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=83.33%
G=2.38%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021200.970.830.73351.1894.4414.12
Hex462C061534915f5ee
Octal106214014112311153713616
Binary1000110101100011000011010011100100110101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46020C; }

 p { color: rgb(70,2,12); }

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

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

 a { background-color: rgb(70,2,12); }

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

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

 span { border-color: rgb(70,2,12); }

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