#441C1E

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

Shades of Rustic Red #441C1E

Tints of Rustic Red #441C1E

Color information

#441C1E (or 0x441C1E) is unknown color: approx Rustic Red. HEX triplet: 44, 1C and 1E. RGB value is (68,28,30). Sum of RGB (Red+Green+Blue) = 68+28+30=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1E is #BBE3E1. Grayscale: #282828. Windows color (decimal): -12313570 or 1973316. OLE color: 1973316.

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

Color convert

RGB682830-
CMYK00.590.560.73
HSL357º41.67%18.82%-
HSV(B)357º58.82%26.67%-
XYZ3.032.151.48-
YUV40.19122.25147.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=53.97%
G=22.22%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68283000.590.560.7335741.6718.82
Hex441C1E03B38491652a13
Octal1043436073701115455223
Binary100010011100111100111011111000100100110110010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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