#440E0F

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

Shades of Rustic Red #440E0F

Tints of Rustic Red #440E0F

Color information

#440E0F (or 0x440E0F) is unknown color: approx Rustic Red. HEX triplet: 44, 0E and 0F. RGB value is (68,14,15). Sum of RGB (Red+Green+Blue) = 68+14+15=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E0F is #BBF1F0. Grayscale: #1E1E1E. Windows color (decimal): -12317169 or 986692. OLE color: 986692.

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

Color convert

RGB681415-
CMYK00.790.780.73
HSL358.89º65.85%16.08%-
HSV(B)358.89º79.41%26.67%-
XYZ2.631.580.62-
YUV30.26119.39154.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=70.10%
G=14.43%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68141500.790.780.73358.8965.8516.08
Hex44EF04F4E491674210
Octal1041617011711611154710220
Binary1000100111011110100111110011101001001101100111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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