#46050F

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

Shades of Rustic Red #46050F

Tints of Rustic Red #46050F

Color information

#46050F (or 0x46050F) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 0F. RGB value is (70,5,15). Sum of RGB (Red+Green+Blue) = 70+5+15=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #46050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46050F is #B9FAF0. Grayscale: #191919. Windows color (decimal): -12188401 or 984390. OLE color: 984390.

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

Color convert

RGB70515-
CMYK00.930.790.73
HSL350.77º86.67%14.71%-
HSV(B)350.77º92.86%27.45%-
XYZ2.671.450.59-
YUV25.58122.03159.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=77.78%
G=5.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051500.930.790.73350.7786.6714.71
Hex465F05D4F4915f57f
Octal106517013511711153712717
Binary10001101011111010111011001111100100110101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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