Html Css Color HEX #241819 Rustic Red

📋 copy color: '#241819'

red 36 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #241819

Tints of Rustic Red #241819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.24%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 42.35%
G = 28.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#241819 (or 0x241819) is known color: Rustic Red. HEX triplet: 24, 18 and 19. RGB value is (36,24,25). Sum of RGB (Red+Green+Blue) = 36+24+25=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241819 is #DBE7E6. Grayscale: #1B1B1B. Windows color (decimal): -14411751 or 1644580. OLE color: 1644580.

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

Color convert

RGB 36 24 25 -
CMYK 0 0.33 0.31 0.86
HSL 355º 0.2% 0.12% -
HSV(B) 355º 0.33% 0.14% -
XYZ 1.23 1.1 1.07 -
YUV 27.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 36 24 25 0 0.33 0.31 0.86 355 0.2 0.12
Hex 24 18 19 0 21 1F 56 163 14 C
Octal 44 30 31 0 41 37 126 543 24 14
Binary 100100 11000 11001 0 100001 11111 1010110 101100011 10100 1100

Color Harmonies of #241819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241819

Black with #241819

Text Example


Text Example

White with #241819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241819; }

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

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

background-color css

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

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

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

border-color css

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

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

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