Html Css Color HEX #241618 Rustic Red

📋 copy color: '#241618'

red 36 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #241618

Tints of Rustic Red #241618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

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

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 36 22 24 -
CMYK 0 0.39 0.33 0.86
HSL 351.43º 0.24% 0.11% -
HSV(B) 351.43º 0.39% 0.14% -
XYZ 1.18 1.01 1 -
YUV 26.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 36 22 24 0 0.39 0.33 0.86 351.43 0.24 0.11
Hex 24 16 18 0 27 21 56 15F 18 B
Octal 44 26 30 0 47 41 126 537 30 13
Binary 100100 10110 11000 0 100111 100001 1010110 101011111 11000 1011

Color Harmonies of #241618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241618

Black with #241618

Text Example


Text Example

White with #241618

Text Example


Text Example

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