#441112

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

Shades of Rustic Red #441112

Tints of Rustic Red #441112

Color information

#441112 (or 0x441112) is unknown color: approx Rustic Red. HEX triplet: 44, 11 and 12. RGB value is (68,17,18). Sum of RGB (Red+Green+Blue) = 68+17+18=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #441112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441112 is #BBEEED. Grayscale: #202020. Windows color (decimal): -12316398 or 1184068. OLE color: 1184068.

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

Color convert

RGB681718-
CMYK00.750.740.73
HSL358.82º60%16.67%-
HSV(B)358.82º75%26.67%-
XYZ2.691.670.75-
YUV32.36119.9153.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=66.02%
G=16.50%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68171800.750.740.73358.826016.67
Hex44111204B4A491673c11
Octal104212201131121115477421
Binary10001001000110010010010111001010100100110110011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441112; }

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

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

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

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

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

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

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

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