#450717

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

Shades of Rustic Red #450717

Tints of Rustic Red #450717

Color information

#450717 (or 0x450717) is unknown color: approx Rustic Red. HEX triplet: 45, 07 and 17. RGB value is (69,7,23). Sum of RGB (Red+Green+Blue) = 69+7+23=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450717 is #BAF8E8. Grayscale: #1B1B1B. Windows color (decimal): -12253417 or 1509189. OLE color: 1509189.

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

Color convert

RGB69723-
CMYK00.900.670.73
HSL344.52º81.58%14.9%-
HSV(B)344.52º89.86%27.06%-
XYZ2.681.480.95-
YUV27.36125.54157.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=69.70%
G=7.07%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6972300.900.670.73344.5281.5814.9
Hex4571705A434915952f
Octal105727013210311153112217
Binary100010111110111010110101000011100100110101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450717; }

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

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

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

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

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

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

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

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