#450716

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

Shades of Rustic Red #450716

Tints of Rustic Red #450716

Color information

#450716 (or 0x450716) is unknown color: approx Rustic Red. HEX triplet: 45, 07 and 16. RGB value is (69,7,22). Sum of RGB (Red+Green+Blue) = 69+7+22=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #450716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450716 is #BAF8E9. Grayscale: #1B1B1B. Windows color (decimal): -12253418 or 1443653. OLE color: 1443653.

HSL color Cylindrical-coordinate representation of color #450716: hue angle of 345.48º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450716 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB69722-
CMYK00.900.680.73
HSL345.48º81.58%14.9%-
HSV(B)345.48º89.86%27.06%-
XYZ2.681.480.9-
YUV27.25125.04157.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=70.41%
G=7.14%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6972200.900.680.73345.4881.5814.9
Hex4571605A444915952f
Octal105726013210411153112217
Binary100010111110110010110101000100100100110101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450716; }

 p { color: rgb(69,7,22); }

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

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

 a { background-color: rgb(69,7,22); }

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

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

 span { border-color: rgb(69,7,22); }

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