#240E17

Color #240E17 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #240E17

Tints of Rustic Red #240E17

Color information

#240E17 (or 0x240E17) is unknown color: approx Rustic Red. HEX triplet: 24, 0E and 17. RGB value is (36,14,23). Sum of RGB (Red+Green+Blue) = 36+14+23=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E17 is #DBF1E8. Grayscale: #151515. Windows color (decimal): -14414313 or 1510948. OLE color: 1510948.

HSL color Cylindrical-coordinate representation of color #240E17: hue angle of 335.45º 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 #240E17 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.86.

Color convert

RGB361423-
CMYK00.610.360.86
HSL335.45º44%9.8%-
HSV(B)335.45º61.11%14.12%-
XYZ1.040.750.9-
YUV21.6128.79138.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=49.32%
G=19.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36142300.610.360.86335.45449.8
Hex24E1703D245614f2ca
Octal441627075441265175412
Binary100100111010111011110110010010101101010011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #240E17;
 }
 .AnyTagClassName
 {
   color: #240E17;
 }
</style>
background-color css

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

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

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

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

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

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