#240811

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

Shades of Rustic Red #240811

Tints of Rustic Red #240811

Color information

#240811 (or 0x240811) is unknown color: approx Rustic Red. HEX triplet: 24, 08 and 11. RGB value is (36,8,17). Sum of RGB (Red+Green+Blue) = 36+8+17=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240811 is #DBF7EE. Grayscale: #111111. Windows color (decimal): -14415855 or 1116196. OLE color: 1116196.

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

Color convert

RGB36817-
CMYK00.780.530.86
HSL340.71º63.64%8.63%-
HSV(B)340.71º77.78%14.12%-
XYZ0.920.590.6-
YUV17.4127.78141.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=59.02%
G=13.11%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3681700.780.530.86340.7163.648.63
Hex2481104E3556155409
Octal44102101166512652510011
Binary10010010001000101001110110101101011010101010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240811; }

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

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

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

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

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

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

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

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