#450714

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

Shades of Rustic Red #450714

Tints of Rustic Red #450714

Color information

#450714 (or 0x450714) is unknown color: approx Rustic Red. HEX triplet: 45, 07 and 14. RGB value is (69,7,20). Sum of RGB (Red+Green+Blue) = 69+7+20=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450714 is #BAF8EB. Grayscale: #1B1B1B. Windows color (decimal): -12253420 or 1312581. OLE color: 1312581.

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

Color convert

RGB69720-
CMYK00.900.710.73
HSL347.42º81.58%14.9%-
HSV(B)347.42º89.86%27.06%-
XYZ2.661.470.81-
YUV27.02124.04157.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=71.88%
G=7.29%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6972000.900.710.73347.4281.5814.9
Hex4571405A474915b52f
Octal105724013210711153312217
Binary100010111110100010110101000111100100110101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450714; }

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

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

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

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

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

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

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

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