Html Css Color HEX #241416 Rustic Red

📋 copy color: '#241416'

red 36 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #241416

Tints of Rustic Red #241416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

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

R = 46.15%
G = 25.64%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#241416 (or 0x241416) is known color: Rustic Red. HEX triplet: 24, 14 and 16. RGB value is (36,20,22). Sum of RGB (Red+Green+Blue) = 36+20+22=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241416 is #DBEBE9. Grayscale: #191919. Windows color (decimal): -14412778 or 1446948. OLE color: 1446948.

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

Color convert

RGB 36 20 22 -
CMYK 0 0.44 0.39 0.86
HSL 352.5º 0.29% 0.11% -
HSV(B) 352.5º 0.44% 0.14% -
XYZ 1.12 0.93 0.88 -
YUV 25.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 36 20 22 0 0.44 0.39 0.86 352.5 0.29 0.11
Hex 24 14 16 0 2C 27 56 160 1D B
Octal 44 24 26 0 54 47 126 540 35 13
Binary 100100 10100 10110 0 101100 100111 1010110 101100000 11101 1011

Color Harmonies of #241416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241416

Black with #241416

Text Example


Text Example

White with #241416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241416; }

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

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

background-color css

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

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

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

border-color css

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

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

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