#441316

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

Shades of Rustic Red #441316

Tints of Rustic Red #441316

Color information

#441316 (or 0x441316) is unknown color: approx Rustic Red. HEX triplet: 44, 13 and 16. RGB value is (68,19,22). Sum of RGB (Red+Green+Blue) = 68+19+22=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441316 is #BBECE9. Grayscale: #222222. Windows color (decimal): -12315882 or 1446724. OLE color: 1446724.

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

Color convert

RGB681922-
CMYK00.720.680.73
HSL356.33º56.32%17.06%-
HSV(B)356.33º72.06%26.67%-
XYZ2.761.750.95-
YUV33.99121.23152.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.39%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=62.39%
G=17.43%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68192200.720.680.73356.3356.3217.06
Hex44131604844491643811
Octal104232601101041115447021
Binary10001001001110110010010001000100100100110110010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441316; }

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

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

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

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

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

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

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

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