#441116

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

Shades of Rustic Red #441116

Tints of Rustic Red #441116

Color information

#441116 (or 0x441116) is unknown color: approx Rustic Red. HEX triplet: 44, 11 and 16. RGB value is (68,17,22). Sum of RGB (Red+Green+Blue) = 68+17+22=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441116 is #BBEEE9. Grayscale: #202020. Windows color (decimal): -12316394 or 1446212. OLE color: 1446212.

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

Color convert

RGB681722-
CMYK00.750.680.73
HSL354.12º60%16.67%-
HSV(B)354.12º75%26.67%-
XYZ2.731.690.94-
YUV32.82121.9153.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=63.55%
G=15.89%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68172200.750.680.73354.126016.67
Hex44111604B44491623c11
Octal104212601131041115427421
Binary10001001000110110010010111000100100100110110001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441116; }

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

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

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

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

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

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

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

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