#44010E

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

Shades of Rustic Red #44010E

Tints of Rustic Red #44010E

Color information

#44010E (or 0x44010E) is unknown color: approx Rustic Red. HEX triplet: 44, 01 and 0E. RGB value is (68,1,14). Sum of RGB (Red+Green+Blue) = 68+1+14=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #44010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44010E is #BBFEF1. Grayscale: #161616. Windows color (decimal): -12320498 or 917828. OLE color: 917828.

HSL color Cylindrical-coordinate representation of color #44010E: hue angle of 348.36º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44010E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB68114-
CMYK00.990.790.73
HSL348.36º97.1%13.53%-
HSV(B)348.36º98.53%26.67%-
XYZ2.471.280.53-
YUV22.52123.2160.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 81.93%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=81.93%
G=1.20%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6811400.990.790.73348.3697.113.53
Hex441E0634F4915c61e
Octal104116014311711153414116
Binary100010011110011000111001111100100110101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44010E; }

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

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

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

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

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

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

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

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