#440614

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

Shades of Rustic Red #440614

Tints of Rustic Red #440614

Color information

#440614 (or 0x440614) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 14. RGB value is (68,6,20). Sum of RGB (Red+Green+Blue) = 68+6+20=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #440614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440614 is #BBF9EB. Grayscale: #1A1A1A. Windows color (decimal): -12319212 or 1312324. OLE color: 1312324.

HSL color Cylindrical-coordinate representation of color #440614: hue angle of 346.45º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440614 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB68620-
CMYK00.910.710.73
HSL346.45º83.78%14.51%-
HSV(B)346.45º91.18%26.67%-
XYZ2.581.410.8-
YUV26.13124.54157.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 72.34%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=72.34%
G=6.38%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862000.910.710.73346.4583.7814.51
Hex4461405B474915a54f
Octal104624013310711153212417
Binary100010011010100010110111000111100100110101101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440614; }

 p { color: rgb(68,6,20); }

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

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

 a { background-color: rgb(68,6,20); }

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

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

 span { border-color: rgb(68,6,20); }

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