Html Css Color HEX #241518 Rustic Red

📋 copy color: '#241518'

red 36 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #241518

Tints of Rustic Red #241518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

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

R = 44.44%
G = 25.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241518 (or 0x241518) is known color: Rustic Red. HEX triplet: 24, 15 and 18. RGB value is (36,21,24). Sum of RGB (Red+Green+Blue) = 36+21+24=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241518 is #DBEAE7. Grayscale: #191919. Windows color (decimal): -14412520 or 1578276. OLE color: 1578276.

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

Color convert

RGB 36 21 24 -
CMYK 0 0.42 0.33 0.86
HSL 348º 0.26% 0.11% -
HSV(B) 348º 0.42% 0.14% -
XYZ 1.16 0.98 0.99 -
YUV 25.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 36 21 24 0 0.42 0.33 0.86 348 0.26 0.11
Hex 24 15 18 0 2A 21 56 15C 1A B
Octal 44 25 30 0 52 41 126 534 32 13
Binary 100100 10101 11000 0 101010 100001 1010110 101011100 11010 1011

Color Harmonies of #241518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241518

Black with #241518

Text Example


Text Example

White with #241518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241518; }

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

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

background-color css

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

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

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

border-color css

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

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

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