#441115

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

Shades of Rustic Red #441115

Tints of Rustic Red #441115

Color information

#441115 (or 0x441115) is unknown color: approx Rustic Red. HEX triplet: 44, 11 and 15. RGB value is (68,17,21). Sum of RGB (Red+Green+Blue) = 68+17+21=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441115 is #BBEEEA. Grayscale: #202020. Windows color (decimal): -12316395 or 1380676. OLE color: 1380676.

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

Color convert

RGB681721-
CMYK00.750.690.73
HSL355.29º60%16.67%-
HSV(B)355.29º75%26.67%-
XYZ2.721.680.89-
YUV32.7121.4153.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=64.15%
G=16.04%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68172100.750.690.73355.296016.67
Hex44111504B45491633c11
Octal104212501131051115437421
Binary10001001000110101010010111000101100100110110001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441115; }

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

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

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

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

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

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

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

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