Html Css Color HEX #241516 Rustic Red

📋 copy color: '#241516'

red 36 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #241516

Tints of Rustic Red #241516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 45.57%
G = 26.58%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#241516 (or 0x241516) is known color: Rustic Red. HEX triplet: 24, 15 and 16. RGB value is (36,21,22). Sum of RGB (Red+Green+Blue) = 36+21+22=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241516 is #DBEAE9. Grayscale: #191919. Windows color (decimal): -14412522 or 1447204. OLE color: 1447204.

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

Color convert

RGB 36 21 22 -
CMYK 0 0.42 0.39 0.86
HSL 356º 0.26% 0.11% -
HSV(B) 356º 0.42% 0.14% -
XYZ 1.14 0.97 0.89 -
YUV 25.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 36 21 22 0 0.42 0.39 0.86 356 0.26 0.11
Hex 24 15 16 0 2A 27 56 164 1A B
Octal 44 25 26 0 52 47 126 544 32 13
Binary 100100 10101 10110 0 101010 100111 1010110 101100100 11010 1011

Color Harmonies of #241516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241516

Black with #241516

Text Example


Text Example

White with #241516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241516; }

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

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

background-color css

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

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

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

border-color css

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

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

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