Html Css Color HEX #240E15 Rustic Red

📋 copy color: '#240E15'

red 36 ◦ green 14 ◦ blue 21

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

Shades of Rustic Red #240E15

Tints of Rustic Red #240E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.72%

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 50.7%
G = 19.72%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#240E15 (or 0x240E15) is known color: Rustic Red. HEX triplet: 24, 0E and 15. RGB value is (36,14,21). Sum of RGB (Red+Green+Blue) = 36+14+21=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #240E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E15 is #DBF1EA. Grayscale: #151515. Windows color (decimal): -14414315 or 1379876. OLE color: 1379876.

HSL color Cylindrical-coordinate representation of color #240E15: hue angle of 340.91º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E15 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 14 21 -
CMYK 0 0.61 0.42 0.86
HSL 340.91º 0.44% 0.1% -
HSV(B) 340.91º 0.61% 0.14% -
XYZ 1.02 0.74 0.8 -
YUV 21.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 36 14 21 0 0.61 0.42 0.86 340.91 0.44 0.1
Hex 24 E 15 0 3D 2A 56 155 2C A
Octal 44 16 25 0 75 52 126 525 54 12
Binary 100100 1110 10101 0 111101 101010 1010110 101010101 101100 1010

Color Harmonies of #240E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E15

Black with #240E15

Text Example


Text Example

White with #240E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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