#240111

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

Shades of Rustic Red #240111

Tints of Rustic Red #240111

Color information

#240111 (or 0x240111) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 11. RGB value is (36,1,17). Sum of RGB (Red+Green+Blue) = 36+1+17=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240111 is #DBFEEE. Grayscale: #0D0D0D. Windows color (decimal): -14417647 or 1114404. OLE color: 1114404.

HSL color Cylindrical-coordinate representation of color #240111: hue angle of 332.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240111 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB36117-
CMYK00.970.530.86
HSL332.57º94.59%7.25%-
HSV(B)332.57º97.22%14.12%-
XYZ0.840.440.57-
YUV13.29130.1144.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=66.67%
G=1.85%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611700.970.530.86332.5794.597.25
Hex24111061355614d5f7
Octal441210141651265151377
Binary1001001100010110000111010110101101010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240111; }

 p { color: rgb(36,1,17); }

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

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

 a { background-color: rgb(36,1,17); }

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

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

 span { border-color: rgb(36,1,17); }

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