Html Css Color HEX #241418 Rustic Red

📋 copy color: '#241418'

red 36 ◦ green 20 ◦ blue 24

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

Shades of Rustic Red #241418

Tints of Rustic Red #241418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

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

R = 45%
G = 25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241418 (or 0x241418) is known color: Rustic Red. HEX triplet: 24, 14 and 18. RGB value is (36,20,24). Sum of RGB (Red+Green+Blue) = 36+20+24=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241418 is #DBEBE7. Grayscale: #191919. Windows color (decimal): -14412776 or 1578020. OLE color: 1578020.

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

Color convert

RGB 36 20 24 -
CMYK 0 0.44 0.33 0.86
HSL 345º 0.29% 0.11% -
HSV(B) 345º 0.44% 0.14% -
XYZ 1.14 0.94 0.99 -
YUV 25.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 36 20 24 0 0.44 0.33 0.86 345 0.29 0.11
Hex 24 14 18 0 2C 21 56 159 1D B
Octal 44 24 30 0 54 41 126 531 35 13
Binary 100100 10100 11000 0 101100 100001 1010110 101011001 11101 1011

Color Harmonies of #241418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241418

Black with #241418

Text Example


Text Example

White with #241418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241418; }

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

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

background-color css

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

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

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

border-color css

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

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

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