#240F15

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

Shades of Rustic Red #240F15

Tints of Rustic Red #240F15

Color information

#240F15 (or 0x240F15) is unknown color: approx Rustic Red. HEX triplet: 24, 0F and 15. RGB value is (36,15,21). Sum of RGB (Red+Green+Blue) = 36+15+21=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F15 is #DBF0EA. Grayscale: #151515. Windows color (decimal): -14414059 or 1380132. OLE color: 1380132.

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

Color convert

RGB361521-
CMYK00.580.420.86
HSL342.86º41.18%10%-
HSV(B)342.86º58.33%14.12%-
XYZ1.030.770.8-
YUV21.96127.46138.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36152100.580.420.86342.8641.1810
Hex24F1503A2A5615729a
Octal441725072521265275112
Binary100100111110101011101010101010101101010101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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