#46080D

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

Shades of Rustic Red #46080D

Tints of Rustic Red #46080D

Color information

#46080D (or 0x46080D) is unknown color: approx Rustic Red. HEX triplet: 46, 08 and 0D. RGB value is (70,8,13). Sum of RGB (Red+Green+Blue) = 70+8+13=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #46080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080D is #B9F7F2. Grayscale: #1B1B1B. Windows color (decimal): -12187635 or 854086. OLE color: 854086.

HSL color Cylindrical-coordinate representation of color #46080D: hue angle of 355.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46080D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB70813-
CMYK00.890.810.73
HSL355.16º79.49%15.29%-
HSV(B)355.16º88.57%27.45%-
XYZ2.691.50.53-
YUV27.11120.04158.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=76.92%
G=8.79%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7081300.890.810.73355.1679.4915.29
Hex468D05951491634ff
Octal1061015013112111154311717
Binary100011010001101010110011010001100100110110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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