#441419

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

Shades of Rustic Red #441419

Tints of Rustic Red #441419

Color information

#441419 (or 0x441419) is unknown color: approx Rustic Red. HEX triplet: 44, 14 and 19. RGB value is (68,20,25). Sum of RGB (Red+Green+Blue) = 68+20+25=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441419 is #BBEBE6. Grayscale: #222222. Windows color (decimal): -12315623 or 1643588. OLE color: 1643588.

HSL color Cylindrical-coordinate representation of color #441419: hue angle of 353.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441419 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB682025-
CMYK00.710.630.73
HSL353.75º54.55%17.25%-
HSV(B)353.75º70.59%26.67%-
XYZ2.811.81.12-
YUV34.92122.4151.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=60.18%
G=17.70%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68202500.710.630.73353.7554.5517.25
Hex4414190473F491623711
Octal10424310107771115426721
Binary1000100101001100101000111111111100100110110001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441419; }

 p { color: rgb(68,20,25); }

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

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

 a { background-color: rgb(68,20,25); }

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

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

 span { border-color: rgb(68,20,25); }

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