#450412

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

Shades of Rustic Red #450412

Tints of Rustic Red #450412

Color information

#450412 (or 0x450412) is unknown color: approx Rustic Red. HEX triplet: 45, 04 and 12. RGB value is (69,4,18). Sum of RGB (Red+Green+Blue) = 69+4+18=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450412 is #BAFBED. Grayscale: #191919. Windows color (decimal): -12254190 or 1180741. OLE color: 1180741.

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

Color convert

RGB69418-
CMYK00.940.740.73
HSL347.08º89.04%14.31%-
HSV(B)347.08º94.2%27.06%-
XYZ2.611.40.7-
YUV25.03124.03159.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=75.82%
G=4.40%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6941800.940.740.73347.0889.0414.31
Hex4541205E4A4915b59e
Octal105422013611211153313116
Binary100010110010010010111101001010100100110101101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450412; }

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

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

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

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

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

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

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

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