#460005

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

Shades of Rustic Red #460005

Tints of Rustic Red #460005

Color information

#460005 (or 0x460005) is unknown color: approx Rustic Red. HEX triplet: 46, 00 and 05. RGB value is (70,0,5). Sum of RGB (Red+Green+Blue) = 70+0+5=75 (9% of max value = 765). Red value is 70 (27.73% from 255 or 93.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 70 - color contains mainly: red. Hex color #460005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460005 is #B9FFFA. Grayscale: #151515. Windows color (decimal): -12189691 or 327750. OLE color: 327750.

HSL color Cylindrical-coordinate representation of color #460005: hue angle of 355.71º 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 #460005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB7005-
CMYK010.930.73
HSL355.71º100%13.73%-
HSV(B)355.71º100%27.45%-
XYZ2.551.310.26-
YUV21.5118.69162.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 93.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=93.33%
G=0%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7005010.930.73355.7110013.73
Hex46050645D4916464e
Octal10605014413511154414416
Binary10001100101011001001011101100100110110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460005; }

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

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

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

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

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

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

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

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