#241218

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

Shades of Rustic Red #241218

Tints of Rustic Red #241218

Color information

#241218 (or 0x241218) is unknown color: approx Rustic Red. HEX triplet: 24, 12 and 18. RGB value is (36,18,24). Sum of RGB (Red+Green+Blue) = 36+18+24=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241218 is #DBEDE7. Grayscale: #181818. Windows color (decimal): -14413288 or 1577508. OLE color: 1577508.

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

Color convert

RGB361824-
CMYK00.50.330.86
HSL340º33.33%10.59%-
HSV(B)340º50%14.12%-
XYZ1.110.870.97-
YUV24.07127.96136.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182400.50.330.8634033.3310.59
Hex241218032215615421b
Octal442230062411265244113
Binary1001001001011000011001010000110101101010101001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241218; }

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

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

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

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

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

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

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

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