#46080F

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

Shades of Rustic Red #46080F

Tints of Rustic Red #46080F

Color information

#46080F (or 0x46080F) is unknown color: approx Rustic Red. HEX triplet: 46, 08 and 0F. RGB value is (70,8,15). Sum of RGB (Red+Green+Blue) = 70+8+15=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #46080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080F is #B9F7F0. Grayscale: #1B1B1B. Windows color (decimal): -12187633 or 985158. OLE color: 985158.

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

Color convert

RGB70815-
CMYK00.890.790.73
HSL353.23º79.49%15.29%-
HSV(B)353.23º88.57%27.45%-
XYZ2.71.510.6-
YUV27.34121.04158.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=75.27%
G=8.60%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7081500.890.790.73353.2379.4915.29
Hex468F0594F491614ff
Octal1061017013111711154111717
Binary100011010001111010110011001111100100110110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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