#240D15

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

Shades of Rustic Red #240D15

Tints of Rustic Red #240D15

Color information

#240D15 (or 0x240D15) is unknown color: approx Rustic Red. HEX triplet: 24, 0D and 15. RGB value is (36,13,21). Sum of RGB (Red+Green+Blue) = 36+13+21=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D15 is #DBF2EA. Grayscale: #141414. Windows color (decimal): -14414571 or 1379620. OLE color: 1379620.

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

Color convert

RGB361321-
CMYK00.640.420.86
HSL339.13º46.94%9.61%-
HSV(B)339.13º63.89%14.12%-
XYZ1.010.720.79-
YUV20.79128.12138.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 21 (8.59% from 255) = 30%
R=51.43%
G=18.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36132100.640.420.86339.1346.949.61
Hex24D150402A561532fa
Octal4415250100521265235712
Binary1001001101101010100000010101010101101010100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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