#450512

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

Shades of Rustic Red #450512

Tints of Rustic Red #450512

Color information

#450512 (or 0x450512) is unknown color: approx Rustic Red. HEX triplet: 45, 05 and 12. RGB value is (69,5,18). Sum of RGB (Red+Green+Blue) = 69+5+18=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450512 is #BAFAED. Grayscale: #191919. Windows color (decimal): -12253934 or 1180997. OLE color: 1180997.

HSL color Cylindrical-coordinate representation of color #450512: hue angle of 347.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450512 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB69518-
CMYK00.930.740.73
HSL347.81º86.49%14.51%-
HSV(B)347.81º92.75%27.06%-
XYZ2.621.420.71-
YUV25.62123.7158.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=75%
G=5.43%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6951800.930.740.73347.8186.4914.51
Hex4551205D4A4915c56f
Octal105522013511211153412617
Binary100010110110010010111011001010100100110101110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450512; }

 p { color: rgb(69,5,18); }

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

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

 a { background-color: rgb(69,5,18); }

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

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

 span { border-color: rgb(69,5,18); }

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