#241618

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

Shades of Rustic Red #241618

Tints of Rustic Red #241618

Color information

#241618 (or 0x241618) is unknown color: approx Rustic Red. HEX triplet: 24, 16 and 18. RGB value is (36,22,24). Sum of RGB (Red+Green+Blue) = 36+22+24=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241618 is #DBE9E7. Grayscale: #1A1A1A. Windows color (decimal): -14412264 or 1578532. OLE color: 1578532.

HSL color Cylindrical-coordinate representation of color #241618: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241618 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB362224-
CMYK00.390.330.86
HSL351.43º24.14%11.37%-
HSV(B)351.43º38.89%14.12%-
XYZ1.181.011-
YUV26.41126.64134.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36222400.390.330.86351.4324.1411.37
Hex241618027215615f18b
Octal442630047411265373013
Binary100100101101100001001111000011010110101011111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241618; }

 p { color: rgb(36,22,24); }

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

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

 a { background-color: rgb(36,22,24); }

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

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

 span { border-color: rgb(36,22,24); }

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