#240F10

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

Shades of Rustic Red #240F10

Tints of Rustic Red #240F10

Color information

#240F10 (or 0x240F10) is unknown color: approx Rustic Red. HEX triplet: 24, 0F and 10. RGB value is (36,15,16). Sum of RGB (Red+Green+Blue) = 36+15+16=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F10 is #DBF0EF. Grayscale: #151515. Windows color (decimal): -14414064 or 1052452. OLE color: 1052452.

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

Color convert

RGB361516-
CMYK00.580.560.86
HSL357.14º41.18%10%-
HSV(B)357.14º58.33%14.12%-
XYZ0.990.750.58-
YUV21.39124.96138.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=53.73%
G=22.39%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36151600.580.560.86357.1441.1810
Hex24F1003A385616529a
Octal441720072701265455112
Binary100100111110000011101011100010101101011001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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