#240812

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

Shades of Rustic Red #240812

Tints of Rustic Red #240812

Color information

#240812 (or 0x240812) is unknown color: approx Rustic Red. HEX triplet: 24, 08 and 12. RGB value is (36,8,18). Sum of RGB (Red+Green+Blue) = 36+8+18=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240812 is #DBF7ED. Grayscale: #111111. Windows color (decimal): -14415854 or 1181732. OLE color: 1181732.

HSL color Cylindrical-coordinate representation of color #240812: hue angle of 338.57º 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 #240812 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB36818-
CMYK00.780.50.86
HSL338.57º63.64%8.63%-
HSV(B)338.57º77.78%14.12%-
XYZ0.920.590.64-
YUV17.51128.28141.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=58.06%
G=12.90%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3681800.780.50.86338.5763.648.63
Hex2481204E3256153409
Octal44102201166212652310011
Binary10010010001001001001110110010101011010101001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240812; }

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

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

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

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

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

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

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

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