#441016

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

Shades of Rustic Red #441016

Tints of Rustic Red #441016

Color information

#441016 (or 0x441016) is unknown color: approx Rustic Red. HEX triplet: 44, 10 and 16. RGB value is (68,16,22). Sum of RGB (Red+Green+Blue) = 68+16+22=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441016 is #BBEFE9. Grayscale: #202020. Windows color (decimal): -12316650 or 1445956. OLE color: 1445956.

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

Color convert

RGB681622-
CMYK00.760.680.73
HSL353.08º61.9%16.47%-
HSV(B)353.08º76.47%26.67%-
XYZ2.711.660.94-
YUV32.23122.23153.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=64.15%
G=15.09%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68162200.760.680.73353.0861.916.47
Hex44101604C44491613e10
Octal104202601141041115417620
Binary10001001000010110010011001000100100100110110000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441016; }

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

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

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

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

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

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

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

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