#240312

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

Shades of Rustic Red #240312

Tints of Rustic Red #240312

Color information

#240312 (or 0x240312) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 12. RGB value is (36,3,18). Sum of RGB (Red+Green+Blue) = 36+3+18=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240312 is #DBFCED. Grayscale: #0E0E0E. Windows color (decimal): -14417134 or 1180452. OLE color: 1180452.

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

Color convert

RGB36318-
CMYK00.920.50.86
HSL332.73º84.62%7.65%-
HSV(B)332.73º91.67%14.12%-
XYZ0.870.480.62-
YUV14.58129.93143.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=63.16%
G=5.26%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631800.920.50.86332.7384.627.65
Hex2431205C325614d558
Octal4432201346212651512510
Binary100100111001001011100110010101011010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240312; }

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

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

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

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

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

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

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

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