#441D1E

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

Shades of Rustic Red #441D1E

Tints of Rustic Red #441D1E

Color information

#441D1E (or 0x441D1E) is unknown color: approx Rustic Red. HEX triplet: 44, 1D and 1E. RGB value is (68,29,30). Sum of RGB (Red+Green+Blue) = 68+29+30=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D1E is #BBE2E1. Grayscale: #282828. Windows color (decimal): -12313314 or 1973572. OLE color: 1973572.

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

Color convert

RGB682930-
CMYK00.570.560.73
HSL358.46º40.21%19.02%-
HSV(B)358.46º57.35%26.67%-
XYZ3.062.21.49-
YUV40.78121.92147.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=53.54%
G=22.83%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68293000.570.560.73358.4640.2119.02
Hex441D1E03938491662813
Octal1043536071701115465023
Binary100010011101111100111001111000100100110110011010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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