#441318

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

Shades of Rustic Red #441318

Tints of Rustic Red #441318

Color information

#441318 (or 0x441318) is unknown color: approx Rustic Red. HEX triplet: 44, 13 and 18. RGB value is (68,19,24). Sum of RGB (Red+Green+Blue) = 68+19+24=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441318 is #BBECE7. Grayscale: #222222. Windows color (decimal): -12315880 or 1577796. OLE color: 1577796.

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

Color convert

RGB681924-
CMYK00.720.650.73
HSL353.88º56.32%17.06%-
HSV(B)353.88º72.06%26.67%-
XYZ2.781.761.06-
YUV34.22122.23152.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.26%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=61.26%
G=17.12%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68192400.720.650.73353.8856.3217.06
Hex44131804841491623811
Octal104233001101011115427021
Binary10001001001111000010010001000001100100110110001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441318; }

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

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

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

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

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

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

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

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