#44151A

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

Shades of Rustic Red #44151A

Tints of Rustic Red #44151A

Color information

#44151A (or 0x44151A) is unknown color: approx Rustic Red. HEX triplet: 44, 15 and 1A. RGB value is (68,21,26). Sum of RGB (Red+Green+Blue) = 68+21+26=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44151A is #BBEAE5. Grayscale: #232323. Windows color (decimal): -12315366 or 1709380. OLE color: 1709380.

HSL color Cylindrical-coordinate representation of color #44151A: hue angle of 353.62º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44151A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB682126-
CMYK00.690.620.73
HSL353.62º52.81%17.45%-
HSV(B)353.62º69.12%26.67%-
XYZ2.841.841.18-
YUV35.62122.57151.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=59.13%
G=18.26%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68212600.690.620.73353.6252.8117.45
Hex44151A0453E491623511
Octal10425320105761115426521
Binary1000100101011101001000101111110100100110110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44151A; }

 p { color: rgb(68,21,26); }

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

<style>
 a { background-color: #44151A; }

 a { background-color: rgb(68,21,26); }

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

<style>
 span { border-color: #44151A; }

 span { border-color: rgb(68,21,26); }

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