Html Css Color HEX #241118 Rustic Red

📋 copy color: '#241118'

red 36 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #241118

Tints of Rustic Red #241118

RGB

 RED value IS 36 (14.45% from 255) = 46.75%

 GREEN value IS 17 (7.03% from 255) = 22.08%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 46.75%
G = 22.08%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241118 (or 0x241118) is known color: Rustic Red. HEX triplet: 24, 11 and 18. RGB value is (36,17,24). Sum of RGB (Red+Green+Blue) = 36+17+24=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241118 is #DBEEE7. Grayscale: #171717. Windows color (decimal): -14413544 or 1577252. OLE color: 1577252.

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

Color convert

RGB 36 17 24 -
CMYK 0 0.53 0.33 0.86
HSL 337.89º 0.36% 0.1% -
HSV(B) 337.89º 0.53% 0.14% -
XYZ 1.09 0.84 0.97 -
YUV 23.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 36 17 24 0 0.53 0.33 0.86 337.89 0.36 0.1
Hex 24 11 18 0 35 21 56 152 24 A
Octal 44 21 30 0 65 41 126 522 44 12
Binary 100100 10001 11000 0 110101 100001 1010110 101010010 100100 1010

Color Harmonies of #241118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241118

Black with #241118

Text Example


Text Example

White with #241118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241118; }

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

 H1.HeaderClassName
 {
   color: #241118;
 }
 .AnyTagClassName
 {
   color: #241118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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