Html Css Color HEX #241114 Rustic Red

📋 copy color: '#241114'

red 36 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #241114

Tints of Rustic Red #241114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 49.32%
G = 23.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#241114 (or 0x241114) is known color: Rustic Red. HEX triplet: 24, 11 and 14. RGB value is (36,17,20). Sum of RGB (Red+Green+Blue) = 36+17+20=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241114 is #DBEEEB. Grayscale: #171717. Windows color (decimal): -14413548 or 1315108. OLE color: 1315108.

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

Color convert

RGB 36 17 20 -
CMYK 0 0.53 0.44 0.86
HSL 350.53º 0.36% 0.1% -
HSV(B) 350.53º 0.53% 0.14% -
XYZ 1.05 0.83 0.77 -
YUV 23.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 36 17 20 0 0.53 0.44 0.86 350.53 0.36 0.1
Hex 24 11 14 0 35 2C 56 15F 24 A
Octal 44 21 24 0 65 54 126 537 44 12
Binary 100100 10001 10100 0 110101 101100 1010110 101011111 100100 1010

Color Harmonies of #241114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241114

Black with #241114

Text Example


Text Example

White with #241114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241114; }

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

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

background-color css

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

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

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

border-color css

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

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

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