#240512

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

Shades of Rustic Red #240512

Tints of Rustic Red #240512

Color information

#240512 (or 0x240512) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 12. RGB value is (36,5,18). Sum of RGB (Red+Green+Blue) = 36+5+18=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240512 is #DBFAED. Grayscale: #0F0F0F. Windows color (decimal): -14416622 or 1180964. OLE color: 1180964.

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

Color convert

RGB36518-
CMYK00.860.50.86
HSL334.84º75.61%8.04%-
HSV(B)334.84º86.11%14.12%-
XYZ0.890.530.63-
YUV15.75129.27142.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=61.02%
G=8.47%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3651800.860.50.86334.8475.618.04
Hex24512056325614f4c8
Octal4452201266212651711410
Binary1001001011001001010110110010101011010100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240512; }

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

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

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

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

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

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

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

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