#46020F

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

Shades of Rustic Red #46020F

Tints of Rustic Red #46020F

Color information

#46020F (or 0x46020F) is unknown color: approx Rustic Red. HEX triplet: 46, 02 and 0F. RGB value is (70,2,15). Sum of RGB (Red+Green+Blue) = 70+2+15=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020F is #B9FDF0. Grayscale: #171717. Windows color (decimal): -12189169 or 983622. OLE color: 983622.

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

Color convert

RGB70215-
CMYK00.970.790.73
HSL348.53º94.44%14.12%-
HSV(B)348.53º97.14%27.45%-
XYZ2.631.380.58-
YUV23.81123.03160.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 80.46%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=80.46%
G=2.30%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021500.970.790.73348.5394.4414.12
Hex462F0614F4915d5ee
Octal106217014111711153513616
Binary1000110101111011000011001111100100110101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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