Html Css Color HEX #241317 Rustic Red

📋 copy color: '#241317'

red 36 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #241317

Tints of Rustic Red #241317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 46.15%
G = 24.36%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.86

RGB Variations

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

Color information

#241317 (or 0x241317) is known color: Rustic Red. HEX triplet: 24, 13 and 17. RGB value is (36,19,23). Sum of RGB (Red+Green+Blue) = 36+19+23=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241317 is #DBECE8. Grayscale: #181818. Windows color (decimal): -14413033 or 1512228. OLE color: 1512228.

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

Color convert

RGB 36 19 23 -
CMYK 0 0.47 0.36 0.86
HSL 345.88º 0.31% 0.11% -
HSV(B) 345.88º 0.47% 0.14% -
XYZ 1.12 0.9 0.93 -
YUV 24.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 36 19 23 0 0.47 0.36 0.86 345.88 0.31 0.11
Hex 24 13 17 0 2F 24 56 15A 1F B
Octal 44 23 27 0 57 44 126 532 37 13
Binary 100100 10011 10111 0 101111 100100 1010110 101011010 11111 1011

Color Harmonies of #241317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241317

Black with #241317

Text Example


Text Example

White with #241317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241317; }

 p { color: rgb(36,19,23); }

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

background-color css

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

 a { background-color: rgb(36,19,23); }

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

border-color css

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

 span { border-color: rgb(36,19,23); }

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