#240912

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

Shades of Rustic Red #240912

Tints of Rustic Red #240912

Color information

#240912 (or 0x240912) is unknown color: approx Rustic Red. HEX triplet: 24, 09 and 12. RGB value is (36,9,18). Sum of RGB (Red+Green+Blue) = 36+9+18=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240912 is #DBF6ED. Grayscale: #121212. Windows color (decimal): -14415598 or 1181988. OLE color: 1181988.

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

Color convert

RGB36918-
CMYK00.750.50.86
HSL340º60%8.82%-
HSV(B)340º75%14.12%-
XYZ0.930.610.64-
YUV18.1127.95140.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3691800.750.50.86340608.82
Hex2491204B32561543c9
Octal4411220113621265247411
Binary1001001001100100100101111001010101101010101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240912; }

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

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

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

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

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

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

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

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