#450511

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

Shades of Rustic Red #450511

Tints of Rustic Red #450511

Color information

#450511 (or 0x450511) is unknown color: approx Rustic Red. HEX triplet: 45, 05 and 11. RGB value is (69,5,17). Sum of RGB (Red+Green+Blue) = 69+5+17=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450511 is #BAFAEE. Grayscale: #191919. Windows color (decimal): -12253935 or 1115461. OLE color: 1115461.

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

Color convert

RGB69517-
CMYK00.930.750.73
HSL348.75º86.49%14.51%-
HSV(B)348.75º92.75%27.06%-
XYZ2.611.410.67-
YUV25.5123.2159.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=75.82%
G=5.49%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6951700.930.750.73348.7586.4914.51
Hex4551105D4B4915d56f
Octal105521013511311153512617
Binary100010110110001010111011001011100100110101110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450511; }

 p { color: rgb(69,5,17); }

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

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

 a { background-color: rgb(69,5,17); }

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

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

 span { border-color: rgb(69,5,17); }

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