Html Css Color HEX #241116 Rustic Red

📋 copy color: '#241116'

red 36 ◦ green 17 ◦ blue 22

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

Shades of Rustic Red #241116

Tints of Rustic Red #241116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 29.33%

R = 48%
G = 22.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#241116 (or 0x241116) is known color: Rustic Red. HEX triplet: 24, 11 and 16. RGB value is (36,17,22). Sum of RGB (Red+Green+Blue) = 36+17+22=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241116 is #DBEEE9. Grayscale: #171717. Windows color (decimal): -14413546 or 1446180. OLE color: 1446180.

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

Color convert

RGB 36 17 22 -
CMYK 0 0.53 0.39 0.86
HSL 344.21º 0.36% 0.1% -
HSV(B) 344.21º 0.53% 0.14% -
XYZ 1.07 0.83 0.86 -
YUV 23.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 36 17 22 0 0.53 0.39 0.86 344.21 0.36 0.1
Hex 24 11 16 0 35 27 56 158 24 A
Octal 44 21 26 0 65 47 126 530 44 12
Binary 100100 10001 10110 0 110101 100111 1010110 101011000 100100 1010

Color Harmonies of #241116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241116

Black with #241116

Text Example


Text Example

White with #241116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241116; }

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

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

background-color css

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

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

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

border-color css

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

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

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