#46020D

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

Shades of Rustic Red #46020D

Tints of Rustic Red #46020D

Color information

#46020D (or 0x46020D) is unknown color: approx Rustic Red. HEX triplet: 46, 02 and 0D. RGB value is (70,2,13). Sum of RGB (Red+Green+Blue) = 70+2+13=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #46020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020D is #B9FDF2. Grayscale: #171717. Windows color (decimal): -12189171 or 852550. OLE color: 852550.

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

Color convert

RGB70213-
CMYK00.970.810.73
HSL350.29º94.44%14.12%-
HSV(B)350.29º97.14%27.45%-
XYZ2.621.370.51-
YUV23.59122.03161.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=82.35%
G=2.35%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021300.970.810.73350.2994.4414.12
Hex462D061514915e5ee
Octal106215014112111153613616
Binary1000110101101011000011010001100100110101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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