Html Css Color HEX #241218 Rustic Red

📋 copy color: '#241218'

red 36 ◦ green 18 ◦ blue 24

#241218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #241218

Tints of Rustic Red #241218

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 value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241218 (or 0x241218) is known color: 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

RGB 36 18 24 -
CMYK 0 0.5 0.33 0.86
HSL 340º 0.33% 0.11% -
HSV(B) 340º 0.5% 0.14% -
XYZ 1.11 0.87 0.97 -
YUV 24.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 36 18 24 0 0.5 0.33 0.86 340 0.33 0.11
Hex 24 12 18 0 32 21 56 154 21 B
Octal 44 22 30 0 62 41 126 524 41 13
Binary 100100 10010 11000 0 110010 100001 1010110 101010100 100001 1011

Color Harmonies of #241218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241218

Black with #241218

Text Example


Text Example

White with #241218

Text Example


Text Example

HTML Codes & Css Web 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>