Html Css Color HEX #241115 Rustic Red

📋 copy color: '#241115'

red 36 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #241115

Tints of Rustic Red #241115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.38%

R = 48.65%
G = 22.97%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#241115 (or 0x241115) is known color: Rustic Red. HEX triplet: 24, 11 and 15. RGB value is (36,17,21). Sum of RGB (Red+Green+Blue) = 36+17+21=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241115 is #DBEEEA. Grayscale: #171717. Windows color (decimal): -14413547 or 1380644. OLE color: 1380644.

HSL color Cylindrical-coordinate representation of color #241115: hue angle of 347.37º 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 #241115 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 17 21 -
CMYK 0 0.53 0.42 0.86
HSL 347.37º 0.36% 0.1% -
HSV(B) 347.37º 0.53% 0.14% -
XYZ 1.06 0.83 0.81 -
YUV 23.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 36 17 21 0 0.53 0.42 0.86 347.37 0.36 0.1
Hex 24 11 15 0 35 2A 56 15B 24 A
Octal 44 21 25 0 65 52 126 533 44 12
Binary 100100 10001 10101 0 110101 101010 1010110 101011011 100100 1010

Color Harmonies of #241115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241115

Black with #241115

Text Example


Text Example

White with #241115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241115; }

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

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

background-color css

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

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

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

border-color css

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

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

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