#450710

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

Shades of Rustic Red #450710

Tints of Rustic Red #450710

Color information

#450710 (or 0x450710) is unknown color: approx Rustic Red. HEX triplet: 45, 07 and 10. RGB value is (69,7,16). Sum of RGB (Red+Green+Blue) = 69+7+16=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450710 is #BAF8EF. Grayscale: #1A1A1A. Windows color (decimal): -12253424 or 1050437. OLE color: 1050437.

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

Color convert

RGB69716-
CMYK00.900.770.73
HSL351.29º81.58%14.9%-
HSV(B)351.29º89.86%27.06%-
XYZ2.621.450.63-
YUV26.56122.04158.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=75%
G=7.61%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6971600.900.770.73351.2981.5814.9
Hex4571005A4D4915f52f
Octal105720013211511153712217
Binary100010111110000010110101001101100100110101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450710; }

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

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

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

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

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

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

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

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