#441018

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

Shades of Rustic Red #441018

Tints of Rustic Red #441018

Color information

#441018 (or 0x441018) is unknown color: approx Rustic Red. HEX triplet: 44, 10 and 18. RGB value is (68,16,24). Sum of RGB (Red+Green+Blue) = 68+16+24=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441018 is #BBEFE7. Grayscale: #202020. Windows color (decimal): -12316648 or 1577028. OLE color: 1577028.

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

Color convert

RGB681624-
CMYK00.760.650.73
HSL350.77º61.9%16.47%-
HSV(B)350.77º76.47%26.67%-
XYZ2.731.671.04-
YUV32.46123.23153.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=62.96%
G=14.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68162400.760.650.73350.7761.916.47
Hex44101804C414915f3e10
Octal104203001141011115377620
Binary10001001000011000010011001000001100100110101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441018; }

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

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

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

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

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

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

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

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