Html Css Color HEX #241112 Rustic Red

📋 copy color: '#241112'

red 36 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #241112

Tints of Rustic Red #241112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 50.7%
G = 23.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241112 (or 0x241112) is known color: Rustic Red. HEX triplet: 24, 11 and 12. RGB value is (36,17,18). Sum of RGB (Red+Green+Blue) = 36+17+18=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241112 is #DBEEED. Grayscale: #161616. Windows color (decimal): -14413550 or 1184036. OLE color: 1184036.

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

Color convert

RGB 36 17 18 -
CMYK 0 0.53 0.5 0.86
HSL 356.84º 0.36% 0.1% -
HSV(B) 356.84º 0.53% 0.14% -
XYZ 1.04 0.82 0.68 -
YUV 22.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 36 17 18 0 0.53 0.5 0.86 356.84 0.36 0.1
Hex 24 11 12 0 35 32 56 165 24 A
Octal 44 21 22 0 65 62 126 545 44 12
Binary 100100 10001 10010 0 110101 110010 1010110 101100101 100100 1010

Color Harmonies of #241112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241112

Black with #241112

Text Example


Text Example

White with #241112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241112; }

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

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

background-color css

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

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

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

border-color css

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

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

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