#440B0E

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

Shades of Rustic Red #440B0E

Tints of Rustic Red #440B0E

Color information

#440B0E (or 0x440B0E) is unknown color: approx Rustic Red. HEX triplet: 44, 0B and 0E. RGB value is (68,11,14). Sum of RGB (Red+Green+Blue) = 68+11+14=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B0E is #BBF4F1. Grayscale: #1C1C1C. Windows color (decimal): -12317938 or 920388. OLE color: 920388.

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

Color convert

RGB681114-
CMYK00.840.790.73
HSL356.84º72.15%15.49%-
HSV(B)356.84º83.82%26.67%-
XYZ2.581.50.57-
YUV28.38119.88156.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.12%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=73.12%
G=11.83%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68111400.840.790.73356.8472.1515.49
Hex44BE0544F4916548f
Octal1041316012411711154511017
Binary100010010111110010101001001111100100110110010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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