#450506

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

Shades of Rustic Red #450506

Tints of Rustic Red #450506

Color information

#450506 (or 0x450506) is unknown color: approx Rustic Red. HEX triplet: 45, 05 and 06. RGB value is (69,5,6). Sum of RGB (Red+Green+Blue) = 69+5+6=80 (10% of max value = 765). Red value is 69 (27.34% from 255 or 86.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 69 - color contains mainly: red. Hex color #450506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450506 is #BAFAF9. Grayscale: #181818. Windows color (decimal): -12253946 or 394565. OLE color: 394565.

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

Color convert

RGB6956-
CMYK00.930.910.73
HSL359.06º86.49%14.51%-
HSV(B)359.06º92.75%27.06%-
XYZ2.541.390.31-
YUV24.25117.7159.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 86.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=86.25%
G=6.25%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal695600.930.910.73359.0686.4914.51
Hex455605D5B4916756f
Octal10556013513311154712617
Binary1000101101110010111011011011100100110110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450506; }

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

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

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

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

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

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

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

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