#240910

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

Shades of Rustic Red #240910

Tints of Rustic Red #240910

Color information

#240910 (or 0x240910) is unknown color: approx Rustic Red. HEX triplet: 24, 09 and 10. RGB value is (36,9,16). Sum of RGB (Red+Green+Blue) = 36+9+16=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240910 is #DBF6EF. Grayscale: #111111. Windows color (decimal): -14415600 or 1050916. OLE color: 1050916.

HSL color Cylindrical-coordinate representation of color #240910: hue angle of 344.44º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240910 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB36916-
CMYK00.750.560.86
HSL344.44º60%8.82%-
HSV(B)344.44º75%14.12%-
XYZ0.920.610.56-
YUV17.87126.95140.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=59.02%
G=14.75%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3691600.750.560.86344.44608.82
Hex2491004B38561583c9
Octal4411200113701265307411
Binary1001001001100000100101111100010101101010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240910; }

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

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

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

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

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

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

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

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