#441113

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

Shades of Rustic Red #441113

Tints of Rustic Red #441113

Color information

#441113 (or 0x441113) is unknown color: approx Rustic Red. HEX triplet: 44, 11 and 13. RGB value is (68,17,19). Sum of RGB (Red+Green+Blue) = 68+17+19=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441113 is #BBEEEC. Grayscale: #202020. Windows color (decimal): -12316397 or 1249604. OLE color: 1249604.

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

Color convert

RGB681719-
CMYK00.750.720.73
HSL357.65º60%16.67%-
HSV(B)357.65º75%26.67%-
XYZ2.71.680.8-
YUV32.48120.4153.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=65.38%
G=16.35%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68171900.750.720.73357.656016.67
Hex44111304B48491663c11
Octal104212301131101115467421
Binary10001001000110011010010111001000100100110110011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441113; }

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

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

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

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

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

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

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

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