#440A17

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

Shades of Rustic Red #440A17

Tints of Rustic Red #440A17

Color information

#440A17 (or 0x440A17) is unknown color: approx Rustic Red. HEX triplet: 44, 0A and 17. RGB value is (68,10,23). Sum of RGB (Red+Green+Blue) = 68+10+23=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #440A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A17 is #BBF5E8. Grayscale: #1C1C1C. Windows color (decimal): -12318185 or 1509956. OLE color: 1509956.

HSL color Cylindrical-coordinate representation of color #440A17: hue angle of 346.55º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A17 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB681023-
CMYK00.850.660.73
HSL346.55º74.36%15.29%-
HSV(B)346.55º85.29%26.67%-
XYZ2.651.510.96-
YUV28.82124.72155.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=67.33%
G=9.90%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68102300.850.660.73346.5574.3615.29
Hex44A17055424915b4af
Octal1041227012510211153311217
Binary1000100101010111010101011000010100100110101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A17; }

 p { color: rgb(68,10,23); }

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

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

 a { background-color: rgb(68,10,23); }

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

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

 span { border-color: rgb(68,10,23); }

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