#441819

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

Shades of Rustic Red #441819

Tints of Rustic Red #441819

Color information

#441819 (or 0x441819) is unknown color: approx Rustic Red. HEX triplet: 44, 18 and 19. RGB value is (68,24,25). Sum of RGB (Red+Green+Blue) = 68+24+25=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441819 is #BBE7E6. Grayscale: #252525. Windows color (decimal): -12314599 or 1644612. OLE color: 1644612.

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

Color convert

RGB682425-
CMYK00.650.630.73
HSL358.64º47.83%18.04%-
HSV(B)358.64º64.71%26.67%-
XYZ2.891.951.14-
YUV37.27121.08149.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=58.12%
G=20.51%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242500.650.630.73358.6447.8318.04
Hex4418190413F491673012
Octal10430310101771115476022
Binary1000100110001100101000001111111100100110110011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441819; }

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

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

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

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

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

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

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

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