#46080B

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

Shades of Rustic Red #46080B

Tints of Rustic Red #46080B

Color information

#46080B (or 0x46080B) is unknown color: approx Rustic Red. HEX triplet: 46, 08 and 0B. RGB value is (70,8,11). Sum of RGB (Red+Green+Blue) = 70+8+11=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080B is #B9F7F4. Grayscale: #1A1A1A. Windows color (decimal): -12187637 or 723014. OLE color: 723014.

HSL color Cylindrical-coordinate representation of color #46080B: hue angle of 357.1º 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 #46080B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB70811-
CMYK00.890.840.73
HSL357.1º79.49%15.29%-
HSV(B)357.1º88.57%27.45%-
XYZ2.671.50.47-
YUV26.88119.04158.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=78.65%
G=8.99%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7081100.890.840.73357.179.4915.29
Hex468B05954491654ff
Octal1061013013112411154511717
Binary100011010001011010110011010100100100110110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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