#440113

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

Shades of Rustic Red #440113

Tints of Rustic Red #440113

Color information

#440113 (or 0x440113) is unknown color: approx Rustic Red. HEX triplet: 44, 01 and 13. RGB value is (68,1,19). Sum of RGB (Red+Green+Blue) = 68+1+19=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #440113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440113 is #BBFEEC. Grayscale: #171717. Windows color (decimal): -12320493 or 1245508. OLE color: 1245508.

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

Color convert

RGB68119-
CMYK00.990.720.73
HSL343.88º97.1%13.53%-
HSV(B)343.88º98.53%26.67%-
XYZ2.511.30.73-
YUV23.08125.7160.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=77.27%
G=1.14%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6811900.990.720.73343.8897.113.53
Hex44113063484915861e
Octal104123014311011153014116
Binary1000100110011011000111001000100100110101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440113; }

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

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

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

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

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

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

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

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