#440A0E

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

Shades of Rustic Red #440A0E

Tints of Rustic Red #440A0E

Color information

#440A0E (or 0x440A0E) is unknown color: approx Rustic Red. HEX triplet: 44, 0A and 0E. RGB value is (68,10,14). Sum of RGB (Red+Green+Blue) = 68+10+14=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A0E is #BBF5F1. Grayscale: #1B1B1B. Windows color (decimal): -12318194 or 920132. OLE color: 920132.

HSL color Cylindrical-coordinate representation of color #440A0E: hue angle of 355.86º 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 #440A0E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB681014-
CMYK00.850.790.73
HSL355.86º74.36%15.29%-
HSV(B)355.86º85.29%26.67%-
XYZ2.571.480.57-
YUV27.8120.22156.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=73.91%
G=10.87%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68101400.850.790.73355.8674.3615.29
Hex44AE0554F491644af
Octal1041216012511711154411217
Binary100010010101110010101011001111100100110110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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