#450610

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

Shades of Rustic Red #450610

Tints of Rustic Red #450610

Color information

#450610 (or 0x450610) is unknown color: approx Rustic Red. HEX triplet: 45, 06 and 10. RGB value is (69,6,16). Sum of RGB (Red+Green+Blue) = 69+6+16=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450610 is #BAF9EF. Grayscale: #1A1A1A. Windows color (decimal): -12253680 or 1050181. OLE color: 1050181.

HSL color Cylindrical-coordinate representation of color #450610: hue angle of 350.48º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450610 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB69616-
CMYK00.910.770.73
HSL350.48º84%14.71%-
HSV(B)350.48º91.3%27.06%-
XYZ2.611.430.63-
YUV25.98122.37158.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=75.82%
G=6.59%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6961600.910.770.73350.488414.71
Hex4561005B4D4915e54f
Octal105620013311511153612417
Binary100010111010000010110111001101100100110101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450610; }

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

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

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

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

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

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

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

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