#441A1E

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

Shades of Rustic Red #441A1E

Tints of Rustic Red #441A1E

Color information

#441A1E (or 0x441A1E) is unknown color: approx Rustic Red. HEX triplet: 44, 1A and 1E. RGB value is (68,26,30). Sum of RGB (Red+Green+Blue) = 68+26+30=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A1E is #BBE5E1. Grayscale: #272727. Windows color (decimal): -12314082 or 1972804. OLE color: 1972804.

HSL color Cylindrical-coordinate representation of color #441A1E: hue angle of 354.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A1E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB682630-
CMYK00.620.560.73
HSL354.29º44.68%18.43%-
HSV(B)354.29º61.76%26.67%-
XYZ2.992.061.47-
YUV39.01122.91148.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=54.84%
G=20.97%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68263000.620.560.73354.2944.6818.43
Hex441A1E03E38491622d12
Octal1043236076701115425522
Binary100010011010111100111110111000100100110110001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A1E; }

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

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

<style>
 a { background-color: #441A1E; }

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

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

<style>
 span { border-color: #441A1E; }

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

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