#451115

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

Shades of Rustic Red #451115

Tints of Rustic Red #451115

Color information

#451115 (or 0x451115) is unknown color: approx Rustic Red. HEX triplet: 45, 11 and 15. RGB value is (69,17,21). Sum of RGB (Red+Green+Blue) = 69+17+21=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451115 is #BAEEEA. Grayscale: #212121. Windows color (decimal): -12250859 or 1380677. OLE color: 1380677.

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

Color convert

RGB691721-
CMYK00.750.700.73
HSL355.38º60.47%16.86%-
HSV(B)355.38º75.36%27.06%-
XYZ2.791.720.89-
YUV33121.23153.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=64.49%
G=15.89%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69172100.750.700.73355.3860.4716.86
Hex45111504B46491633c11
Octal105212501131061115437421
Binary10001011000110101010010111000110100100110110001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451115; }

 p { color: rgb(69,17,21); }

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

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

 a { background-color: rgb(69,17,21); }

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

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

 span { border-color: rgb(69,17,21); }

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