#240412

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

Shades of Rustic Red #240412

Tints of Rustic Red #240412

Color information

#240412 (or 0x240412) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 12. RGB value is (36,4,18). Sum of RGB (Red+Green+Blue) = 36+4+18=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240412 is #DBFBED. Grayscale: #0F0F0F. Windows color (decimal): -14416878 or 1180708. OLE color: 1180708.

HSL color Cylindrical-coordinate representation of color #240412: hue angle of 333.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240412 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB36418-
CMYK00.890.50.86
HSL333.75º80%7.84%-
HSV(B)333.75º88.89%14.12%-
XYZ0.880.510.62-
YUV15.16129.6142.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=62.07%
G=6.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3641800.890.50.86333.75807.84
Hex24412059325614e508
Octal4442201316212651612010
Binary1001001001001001011001110010101011010100111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240412; }

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

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

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

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

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

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

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

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