#450410

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

Shades of Rustic Red #450410

Tints of Rustic Red #450410

Color information

#450410 (or 0x450410) is unknown color: approx Rustic Red. HEX triplet: 45, 04 and 10. RGB value is (69,4,16). Sum of RGB (Red+Green+Blue) = 69+4+16=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #450410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450410 is #BAFBEF. Grayscale: #181818. Windows color (decimal): -12254192 or 1049669. OLE color: 1049669.

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

Color convert

RGB69416-
CMYK00.940.770.73
HSL348.92º89.04%14.31%-
HSV(B)348.92º94.2%27.06%-
XYZ2.591.390.62-
YUV24.8123.03159.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=77.53%
G=4.49%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6941600.940.770.73348.9289.0414.31
Hex4541005E4D4915d59e
Octal105420013611511153513116
Binary100010110010000010111101001101100100110101110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450410; }

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

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

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

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

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

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

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

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