#46000F

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

Shades of Rustic Red #46000F

Tints of Rustic Red #46000F

Color information

#46000F (or 0x46000F) is unknown color: approx Rustic Red. HEX triplet: 46, 00 and 0F. RGB value is (70,0,15). Sum of RGB (Red+Green+Blue) = 70+0+15=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #46000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46000F is #B9FFF0. Grayscale: #161616. Windows color (decimal): -12189681 or 983110. OLE color: 983110.

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

Color convert

RGB70015-
CMYK010.790.73
HSL347.14º100%13.73%-
HSV(B)347.14º100%27.45%-
XYZ2.611.340.57-
YUV22.64123.69161.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 82.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=82.35%
G=0%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70015010.790.73347.1410013.73
Hex460F0644F4915b64e
Octal106017014411711153314416
Binary100011001111011001001001111100100110101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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