#451216

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

Shades of Rustic Red #451216

Tints of Rustic Red #451216

Color information

#451216 (or 0x451216) is unknown color: approx Rustic Red. HEX triplet: 45, 12 and 16. RGB value is (69,18,22). Sum of RGB (Red+Green+Blue) = 69+18+22=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451216 is #BAEDE9. Grayscale: #212121. Windows color (decimal): -12250602 or 1446469. OLE color: 1446469.

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

Color convert

RGB691822-
CMYK00.740.680.73
HSL355.29º58.62%17.06%-
HSV(B)355.29º73.91%27.06%-
XYZ2.821.760.95-
YUV33.7121.4153.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=63.30%
G=16.51%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69182200.740.680.73355.2958.6217.06
Hex45121604A44491633b11
Octal105222601121041115437321
Binary10001011001010110010010101000100100100110110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451216; }

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

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

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

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

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

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

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

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